mssdemux: use the shared uridownloader lib instead of an internal copy

This commit is contained in:
Thiago Santos 2013-02-04 21:58:09 -03:00
parent 12e9432847
commit a0a05b2941
2 changed files with 2 additions and 2 deletions

View file

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

View file

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