From dd062b660673fa6e21f582809c7fb7003c7a1c92 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Wed, 21 Sep 2016 11:33:18 -0700 Subject: build: add missing $(GST_PLUGINS_BASE_LIBS) The linker flags for several plugins (dashdemux, mssdemux, hlsdemux) are missing $(GST_PLUGINS_BASE_LIBS), so add them so they can find -lgsttag and -lgstapp. https://bugzilla.gnome.org/show_bug.cgi?id=771780 --- tests/check/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/check/Makefile.am') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ab8c78721..2c0cdb288 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -474,7 +474,7 @@ elements_dash_isoff_SOURCES = elements/dash_isoff.c elements_dash_demux_CFLAGS = $(AM_CFLAGS) $(LIBXML2_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS) elements_dash_demux_LDADD = \ - $(LDADD) $(LIBXML2_LIBS) $(GST_BASE_LIBS) \ + $(LDADD) $(LIBXML2_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ -lgsttag-$(GST_API_VERSION) \ -lgstapp-$(GST_API_VERSION) \ $(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la @@ -485,7 +485,7 @@ elements_neonhttpsrc_CFLAGS = $(AM_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) elements_mssdemux_CFLAGS = $(AM_CFLAGS) $(LIBXML2_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS) elements_mssdemux_LDADD = \ - $(LDADD) $(LIBXML2_LIBS) $(GST_BASE_LIBS) \ + $(LDADD) $(LIBXML2_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ -lgsttag-$(GST_API_VERSION) \ -lgstapp-$(GST_API_VERSION) \ $(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la @@ -653,7 +653,7 @@ elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD) elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c elements_hls_demux_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS) -elements_hls_demux_LDADD = $(GST_BASE_LIBS) $(LDADD) \ +elements_hls_demux_LDADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(LDADD) \ -lgsttag-$(GST_API_VERSION) \ -lgstapp-$(GST_API_VERSION) \ $(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la -- cgit v1.2.3