mssdemux: use the shared uridownloader lib instead of an internal copy
authorThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 5 Feb 2013 00:58:09 +0000 (21:58 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 00:09:47 +0000 (21:09 -0300)
ext/smoothstreaming/Makefile.am
ext/smoothstreaming/gstmssdemux.h

index 6d6701f..534c69b 100644 (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 \
index 26cbb2b..cd7f16e 100644 (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