diff options
-rw-r--r-- | ext/smoothstreaming/Makefile.am | 1 | ||||
-rw-r--r-- | ext/smoothstreaming/gstmssdemux.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/smoothstreaming/Makefile.am b/ext/smoothstreaming/Makefile.am index 5f331f32e..4faf9df9f 100644 --- a/ext/smoothstreaming/Makefile.am +++ b/ext/smoothstreaming/Makefile.am @@ -6,7 +6,6 @@ libgstsmoothstreaming_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ -DGST_USE_UNSTABLE_API $(LIBXML2_CFLAGS) libgstsmoothstreaming_la_LIBADD = \ $(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \ - $(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$(GST_API_VERSION).la \ $(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \ $(GST_PLUGINS_BASE_LIBS) \ -lgsttag-$(GST_API_VERSION) \ diff --git a/ext/smoothstreaming/gstmssdemux.h b/ext/smoothstreaming/gstmssdemux.h index 5c56e23fb..f3ea6cf45 100644 --- a/ext/smoothstreaming/gstmssdemux.h +++ b/ext/smoothstreaming/gstmssdemux.h @@ -29,7 +29,6 @@ #include <gst/base/gstdataqueue.h> #include <gst/gstprotection.h> #include "gstmssmanifest.h" -#include <gst/uridownloader/gsturidownloader.h> G_BEGIN_DECLS |