vorbis: Rename source files to have the same name as the headers

This commit is contained in:
Sebastian Dröge 2010-01-14 10:07:22 +01:00
parent d4e9225ed4
commit 1de4169c1c
6 changed files with 5 additions and 5 deletions

View 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)