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