opus: make opusparse set headers on caps
[platform/upstream/gstreamer.git] / ext / opus / Makefile.am
1 plugin_LTLIBRARIES = libgstopus.la
2
3 libgstopus_la_SOURCES = gstopus.c gstopusdec.c gstopusenc.c gstopusparse.c gstopusheader.c
4 libgstopus_la_CFLAGS = \
5         -DGST_USE_UNSTABLE_API \
6         $(GST_PLUGINS_BASE_CFLAGS) \
7         $(GST_CFLAGS) \
8         $(OPUS_CFLAGS)
9 libgstopus_la_LIBADD = \
10         -lgstaudio-$(GST_MAJORMINOR) \
11         $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
12         $(GST_BASE_LIBS) \
13         $(GST_LIBS) \
14         $(OPUS_LIBS)
15 libgstopus_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
16 libgstopus_la_LIBTOOLFLAGS = --tag=disable-static
17
18 noinst_HEADERS = gstopusenc.h gstopusdec.h gstopusparse.h gstopusheader.h