mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
vorbis: Rename source files to have the same name as the headers
This commit is contained in:
parent
d4e9225ed4
commit
1de4169c1c
6 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue