From be03c0a7edccd43b528adfd10bda5d2fd74292d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 31 Jan 2016 16:02:33 +0000 Subject: [PATCH] smoothstreaming: remove unused dependency on uridownloader --- ext/smoothstreaming/Makefile.am | 1 - ext/smoothstreaming/gstmssdemux.h | 1 - 2 files changed, 2 deletions(-) diff --git a/ext/smoothstreaming/Makefile.am b/ext/smoothstreaming/Makefile.am index 5f331f32e0..4faf9df9f0 100644 --- a/ext/smoothstreaming/Makefile.am +++ b/ext/smoothstreaming/Makefile.am @@ -6,7 +6,6 @@ libgstsmoothstreaming_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ -DGST_USE_UNSTABLE_API $(LIBXML2_CFLAGS) libgstsmoothstreaming_la_LIBADD = \ $(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \ - $(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$(GST_API_VERSION).la \ $(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \ $(GST_PLUGINS_BASE_LIBS) \ -lgsttag-$(GST_API_VERSION) \ diff --git a/ext/smoothstreaming/gstmssdemux.h b/ext/smoothstreaming/gstmssdemux.h index 5c56e23fb1..f3ea6cf45d 100644 --- a/ext/smoothstreaming/gstmssdemux.h +++ b/ext/smoothstreaming/gstmssdemux.h @@ -29,7 +29,6 @@ #include #include #include "gstmssmanifest.h" -#include G_BEGIN_DECLS