mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
mssdemux: use the shared uridownloader lib instead of an internal copy
This commit is contained in:
parent
12e9432847
commit
a0a05b2941
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ libgstsmoothstreaming_la_LIBADD = \
|
|||
libgstsmoothstreaming_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
||||
libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \
|
||||
gstmssdemux.c \
|
||||
gstmssmanifest.c \
|
||||
gstmssmanifest.c
|
||||
libgstsmoothstreaming_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstmssdemux.h \
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <gst/base/gstadapter.h>
|
||||
#include <gst/base/gstdataqueue.h>
|
||||
#include "gstmssmanifest.h"
|
||||
#include "gsturidownloader.h"
|
||||
#include <gst/uridownloader/gsturidownloader.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue