mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
011e9c10f0
Fixes #575818.
13 lines
499 B
Makefile
13 lines
499 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) \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstaudio-@GST_MAJORMINOR@ \
|
|
-lgsttag-@GST_MAJORMINOR@
|
|
libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstivorbis_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = vorbisdec.h vorbisenc.h
|