mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
3bdee19bad
Original commit message from CVS: Add patch from Bug 357055 from Chris Lord, adding support for Vorbis streams
12 lines
399 B
Makefile
12 lines
399 B
Makefile
|
|
plugin_LTLIBRARIES = libgstivorbis.la
|
|
|
|
libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c vorbisdec.c
|
|
libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \
|
|
$(IVORBISFILE_LIBS) \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstaudio-@GST_MAJORMINOR@
|
|
libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|