gst-plugins-base: check: Really fix the linking order of libs/tag

Tim Müller tpm at kemper.freedesktop.org
Wed Mar 16 07:43:25 PDT 2011


Module: gst-plugins-base
Branch: master
Commit: 83679ef8f88e8e81511c9ecd1cbb7c8f60115bb2
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=83679ef8f88e8e81511c9ecd1cbb7c8f60115bb2

Author: Mart Raudsepp <leio at gentoo.org>
Date:   Mon Feb  7 09:13:39 2011 +0200

check: Really fix the linking order of libs/tag

Follow-up to commit 5f5c52c, which only fixed the CFLAGS order.
Fix the linker order as well.

---

 tests/check/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index ee99819..c5bd554 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -290,8 +290,8 @@ libs_tag_CFLAGS = \
 	$(GST_BASE_CFLAGS) \
 	$(AM_CFLAGS)
 libs_tag_LDADD = \
-	$(GST_BASE_LIBS) \
-	$(top_builddir)/gst-libs/gst/tag/libgsttag- at GST_MAJORMINOR@.la $(LDADD)
+	$(top_builddir)/gst-libs/gst/tag/libgsttag- at GST_MAJORMINOR@.la \
+	$(GST_BASE_LIBS) $(LDADD)
 
 libs_pbutils_CFLAGS = \
 	$(GST_PLUGINS_BASE_CFLAGS) \



More information about the gstreamer-commits mailing list