2011-06-05 07:54:19 +00:00
|
|
|
plugin_LTLIBRARIES = libgstopus.la
|
|
|
|
|
2011-12-07 17:13:11 +00:00
|
|
|
libgstopus_la_SOURCES = gstopus.c gstopusdec.c gstopusenc.c gstopusparse.c gstopusheader.c gstopuscommon.c gstrtpopuspay.c gstrtpopusdepay.c
|
2011-06-05 07:54:19 +00:00
|
|
|
libgstopus_la_CFLAGS = \
|
2011-11-16 16:56:43 +00:00
|
|
|
-DGST_USE_UNSTABLE_API \
|
2012-01-27 14:49:58 +00:00
|
|
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
2012-02-03 00:50:33 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
2011-06-05 07:54:19 +00:00
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(OPUS_CFLAGS)
|
|
|
|
libgstopus_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
|
|
|
-lgsttag-$(GST_API_VERSION) -lgstrtp-$(GST_API_VERSION) \
|
2011-06-05 07:54:19 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
$(OPUS_LIBS)
|
|
|
|
libgstopus_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstopus_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2011-06-05 07:54:19 +00:00
|
|
|
|
2011-12-07 17:13:11 +00:00
|
|
|
noinst_HEADERS = gstopusenc.h gstopusdec.h gstopusparse.h gstopusheader.h gstopuscommon.h gstrtpopuspay.h gstrtpopusdepay.h
|