From: Thiago Santos Date: Tue, 5 Feb 2013 00:58:09 +0000 (-0300) Subject: mssdemux: use the shared uridownloader lib instead of an internal copy X-Git-Tag: 1.19.3~507^2~13698 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0a05b2941b05718cf695027aeda7501ac1cb1bc;p=platform%2Fupstream%2Fgstreamer.git mssdemux: use the shared uridownloader lib instead of an internal copy --- diff --git a/ext/smoothstreaming/Makefile.am b/ext/smoothstreaming/Makefile.am index 6d6701f9d5..534c69b375 100644 --- a/ext/smoothstreaming/Makefile.am +++ b/ext/smoothstreaming/Makefile.am @@ -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 \ diff --git a/ext/smoothstreaming/gstmssdemux.h b/ext/smoothstreaming/gstmssdemux.h index 26cbb2b809..cd7f16eb97 100644 --- a/ext/smoothstreaming/gstmssdemux.h +++ b/ext/smoothstreaming/gstmssdemux.h @@ -27,7 +27,7 @@ #include #include #include "gstmssmanifest.h" -#include "gsturidownloader.h" +#include G_BEGIN_DECLS