1 2plugin_LTLIBRARIES = libgstsmoothstreaming.la 3 4libgstsmoothstreaming_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ 5 $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \ 6 -DGST_USE_UNSTABLE_API $(LIBXML2_CFLAGS) 7libgstsmoothstreaming_la_LIBADD = \ 8 $(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \ 9 $(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \ 10 $(top_builddir)/gst-libs/gst/isoff/libgstisoff-@GST_API_VERSION@.la \ 11 $(GST_PLUGINS_BASE_LIBS) \ 12 -lgsttag-$(GST_API_VERSION) \ 13 $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS) $(LIBXML2_LIBS) 14libgstsmoothstreaming_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS} 15libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \ 16 gstmssdemux.c \ 17 gstmssfragmentparser.c \ 18 gstmssmanifest.c 19 20noinst_HEADERS = gstmssdemux.h \ 21 gstmssfragmentparser.h \ 22 gstmssmanifest.h 23