mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 03:38:55 +00:00
smoothstreaming: remove unused dependency on uridownloader
This commit is contained in:
parent
861ca5ab7b
commit
be03c0a7ed
2 changed files with 0 additions and 2 deletions
|
@ -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) \
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <gst/base/gstdataqueue.h>
|
||||
#include <gst/gstprotection.h>
|
||||
#include "gstmssmanifest.h"
|
||||
#include <gst/uridownloader/gsturidownloader.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue