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
|
plugin_LTLIBRARIES = libgstvorbis.la
|
||||||
|
|
||||||
libgstvorbis_la_SOURCES = vorbis.c \
|
libgstvorbis_la_SOURCES = gstvorbis.c \
|
||||||
vorbisdec.c \
|
gstvorbisdec.c \
|
||||||
vorbisenc.c \
|
gstvorbisenc.c \
|
||||||
vorbisparse.c \
|
gstvorbisparse.c \
|
||||||
vorbistag.c \
|
gstvorbistag.c \
|
||||||
gstvorbiscommon.c
|
gstvorbiscommon.c
|
||||||
|
|
||||||
libgstvorbis_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(VORBIS_CFLAGS)
|
libgstvorbis_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(VORBIS_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue