gst-plugins-bad: examples: fix LDADD/LIBS path order for camerabin2 example

Tim Müller tpm at kemper.freedesktop.org
Fri Mar 11 02:42:37 PST 2011


Module: gst-plugins-bad
Branch: master
Commit: 58ca26b0a4d0792e89609f6c610ea5b66f47d5cd
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=58ca26b0a4d0792e89609f6c610ea5b66f47d5cd

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Fri Mar 11 10:40:40 2011 +0000

examples: fix LDADD/LIBS path order for camerabin2 example

---

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

diff --git a/tests/examples/camerabin2/Makefile.am b/tests/examples/camerabin2/Makefile.am
index 0602693..b5a0064 100644
--- a/tests/examples/camerabin2/Makefile.am
+++ b/tests/examples/camerabin2/Makefile.am
@@ -35,10 +35,10 @@ gst_camerabin2_test_SOURCES = gst-camerabin2-test.c
 gst_camerabin2_test_CFLAGS  = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
 gst_camerabin2_test_LDADD   = \
 	$(top_builddir)/gst-libs/gst/interfaces/libgstphotography- at GST_MAJORMINOR@.la \
+	$(GST_PLUGINS_BASE_LIBS) \
 	-lgstinterfaces- at GST_MAJORMINOR@ \
-	-lgstpbutils-$(GST_MAJORMINOR) \
+	-lgstpbutils- at GST_MAJORMINOR@ \
 	$(GST_LIBS) \
-	$(GST_PLUGINS_BASE_LIBS) \
 	$(X11_LIBS)
 
 else



More information about the gstreamer-commits mailing list