From a0a05b2941b05718cf695027aeda7501ac1cb1bc Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 4 Feb 2013 21:58:09 -0300 Subject: [PATCH] mssdemux: use the shared uridownloader lib instead of an internal copy --- ext/smoothstreaming/Makefile.am | 2 +- ext/smoothstreaming/gstmssdemux.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1