vorbis: Rename source files to have the same name as the headers
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 14 Jan 2010 09:07:22 +0000 (10:07 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 14 Jan 2010 09:07:22 +0000 (10:07 +0100)
ext/vorbis/Makefile.am
ext/vorbis/gstvorbis.c [moved from ext/vorbis/vorbis.c with 100% similarity]
ext/vorbis/gstvorbisdec.c [moved from ext/vorbis/vorbisdec.c with 100% similarity]
ext/vorbis/gstvorbisenc.c [moved from ext/vorbis/vorbisenc.c with 100% similarity]
ext/vorbis/gstvorbisparse.c [moved from ext/vorbis/vorbisparse.c with 100% similarity]
ext/vorbis/gstvorbistag.c [moved from ext/vorbis/vorbistag.c with 100% similarity]

index 5c673c2..078eb98 100644 (file)
@@ -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) 
similarity index 100%
rename from ext/vorbis/vorbis.c
rename to ext/vorbis/gstvorbis.c