2011-06-05 07:54:19 +00:00
|
|
|
plugin_LTLIBRARIES = libgstopus.la
|
|
|
|
|
2011-11-24 13:29:56 +00:00
|
|
|
libgstopus_la_SOURCES = gstopus.c gstopusdec.c gstopusenc.c gstopusparse.c gstopusheader.c gstopuscommon.c
|
2011-06-05 07:54:19 +00:00
|
|
|
libgstopus_la_CFLAGS = \
|
2011-11-16 16:56:43 +00:00
|
|
|
-DGST_USE_UNSTABLE_API \
|
2011-06-05 07:54:19 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(OPUS_CFLAGS)
|
|
|
|
libgstopus_la_LIBADD = \
|
2011-11-16 16:56:43 +00:00
|
|
|
-lgstaudio-$(GST_MAJORMINOR) \
|
2011-06-05 07:54:19 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
|
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
$(OPUS_LIBS)
|
|
|
|
libgstopus_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
|
|
|
|
libgstopus_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
2011-11-24 13:29:56 +00:00
|
|
|
noinst_HEADERS = gstopusenc.h gstopusdec.h gstopusparse.h gstopusheader.h gstopuscommon.h
|