From 1a15c2e426f14e8a053273dc174950e98d39df1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 9 Jun 2015 12:11:54 +0200 Subject: [PATCH] dash: Add $(GST_PLUGINS_BASE_LIBS) to LIBADD https://bugzilla.gnome.org/show_bug.cgi?id=750619 --- ext/dash/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/dash/Makefile.am b/ext/dash/Makefile.am index 9d4e306e92..f4e729028b 100644 --- a/ext/dash/Makefile.am +++ b/ext/dash/Makefile.am @@ -23,6 +23,7 @@ libgstdashdemux_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ libgstdashdemux_la_LIBADD = \ $(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) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \