summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-14 10:07:22 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-14 10:07:22 +0100
commit1de4169c1c510da8e152963430a5b07bc70d04d7 (patch)
treed630b91d532caa3f6a35e2df438a155c287d8d45
parentd4e9225ed44c2a89e2a8373a04214effa9ee21f5 (diff)
vorbis: Rename source files to have the same name as the headers
-rw-r--r--ext/vorbis/Makefile.am10
-rw-r--r--ext/vorbis/gstvorbis.c (renamed from ext/vorbis/vorbis.c)0
-rw-r--r--ext/vorbis/gstvorbisdec.c (renamed from ext/vorbis/vorbisdec.c)0
-rw-r--r--ext/vorbis/gstvorbisenc.c (renamed from ext/vorbis/vorbisenc.c)0
-rw-r--r--ext/vorbis/gstvorbisparse.c (renamed from ext/vorbis/vorbisparse.c)0
-rw-r--r--ext/vorbis/gstvorbistag.c (renamed from ext/vorbis/vorbistag.c)0
6 files changed, 5 insertions, 5 deletions
diff --git a/ext/vorbis/Makefile.am b/ext/vorbis/Makefile.am
index 5c673c28..078eb98e 100644
--- a/ext/vorbis/Makefile.am
+++ b/ext/vorbis/Makefile.am
@@ -1,10 +1,10 @@
plugin_LTLIBRARIES = libgstvorbis.la
-libgstvorbis_la_SOURCES = vorbis.c \
- vorbisdec.c \
- vorbisenc.c \
- vorbisparse.c \
- vorbistag.c \
+libgstvorbis_la_SOURCES = gstvorbis.c \
+ gstvorbisdec.c \
+ gstvorbisenc.c \
+ gstvorbisparse.c \
+ gstvorbistag.c \
gstvorbiscommon.c
libgstvorbis_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(VORBIS_CFLAGS)
diff --git a/ext/vorbis/vorbis.c b/ext/vorbis/gstvorbis.c
index f710aaa3..f710aaa3 100644
--- a/ext/vorbis/vorbis.c
+++ b/ext/vorbis/gstvorbis.c
diff --git a/ext/vorbis/vorbisdec.c b/ext/vorbis/gstvorbisdec.c
index c56259a2..c56259a2 100644
--- a/ext/vorbis/vorbisdec.c
+++ b/ext/vorbis/gstvorbisdec.c
diff --git a/ext/vorbis/vorbisenc.c b/ext/vorbis/gstvorbisenc.c
index b09723b2..b09723b2 100644
--- a/ext/vorbis/vorbisenc.c
+++ b/ext/vorbis/gstvorbisenc.c
diff --git a/ext/vorbis/vorbisparse.c b/ext/vorbis/gstvorbisparse.c
index 5e3c12d9..5e3c12d9 100644
--- a/ext/vorbis/vorbisparse.c
+++ b/ext/vorbis/gstvorbisparse.c
diff --git a/ext/vorbis/vorbistag.c b/ext/vorbis/gstvorbistag.c
index 67a931d1..67a931d1 100644
--- a/ext/vorbis/vorbistag.c
+++ b/ext/vorbis/gstvorbistag.c