2012-11-08 18:42:39 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstsmoothstreaming.la
|
|
|
|
|
2012-11-08 19:06:44 +00:00
|
|
|
libgstsmoothstreaming_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
2012-12-20 17:27:58 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
2013-04-16 22:35:03 +00:00
|
|
|
-DGST_USE_UNSTABLE_API $(LIBXML2_CFLAGS)
|
2012-11-08 18:42:39 +00:00
|
|
|
libgstsmoothstreaming_la_LIBADD = \
|
2013-04-16 22:35:03 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \
|
|
|
|
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$(GST_API_VERSION).la \
|
2014-11-22 04:01:50 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \
|
2012-11-08 18:42:39 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2013-04-16 22:35:03 +00:00
|
|
|
-lgsttag-$(GST_API_VERSION) \
|
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS) $(LIBXML2_LIBS)
|
2012-11-08 18:42:39 +00:00
|
|
|
libgstsmoothstreaming_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
2012-11-08 19:06:44 +00:00
|
|
|
libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \
|
|
|
|
gstmssdemux.c \
|
2014-05-12 17:18:13 +00:00
|
|
|
gstmssmanifest.c
|
2012-11-08 18:42:39 +00:00
|
|
|
libgstsmoothstreaming_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
2012-11-08 19:06:44 +00:00
|
|
|
noinst_HEADERS = gstmssdemux.h \
|
2014-05-12 17:18:13 +00:00
|
|
|
gstmssmanifest.h
|