summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-04-27 21:21:44 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-04-27 21:33:25 +0100
commit142469ab91d7bdd5ee1242a76437fd9899bfaa10 (patch)
treeffb57fbdf80f20a0f235482af603225e3e3ee967 /gst-libs
parentb73339d751b38ea01a9541fe965ed17d932b2aa9 (diff)
downloadgstreamer-plugins-bad-142469ab91d7bdd5ee1242a76437fd9899bfaa10.tar.gz
tests: fix link problem on centos7
And put LIBS before -lgstfoo in adaptivedemux Makefile.am
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/adaptivedemux/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/adaptivedemux/Makefile.am b/gst-libs/gst/adaptivedemux/Makefile.am
index be4baac1b..74d7c4276 100644
--- a/gst-libs/gst/adaptivedemux/Makefile.am
+++ b/gst-libs/gst/adaptivedemux/Makefile.am
@@ -17,6 +17,6 @@ libgstadaptivedemux_@GST_API_VERSION@_la_CFLAGS = \
$(GST_CFLAGS)
libgstadaptivedemux_@GST_API_VERSION@_la_LIBADD = \
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$(GST_API_VERSION).la \
- -lgstapp-$(GST_API_VERSION) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
+ $(GST_PLUGINS_BASE_LIBS) -lgstapp-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS)
libgstadaptivedemux_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)