smoothstreaming: remove unused dependency on uridownloader

This commit is contained in:
Tim-Philipp Müller 2016-01-31 16:02:33 +00:00
parent 861ca5ab7b
commit be03c0a7ed
2 changed files with 0 additions and 2 deletions

View file

@ -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) \

View file

@ -29,7 +29,6 @@
#include <gst/base/gstdataqueue.h>
#include <gst/gstprotection.h>
#include "gstmssmanifest.h"
#include <gst/uridownloader/gsturidownloader.h>
G_BEGIN_DECLS