[gst-cvs] gst-plugins-good: videomixer: Add $(GST_PLUGINS_BASE_LIBS) to LDFLAGS for linking libgstvideo

Sebastian Dröge slomo at kemper.freedesktop.org
Mon Sep 21 23:09:47 PDT 2009


Module: gst-plugins-good
Branch: master
Commit: 341be447a69f18c5c85d6ef2ec79fda2d9ccbd34
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=341be447a69f18c5c85d6ef2ec79fda2d9ccbd34

Author: Brian Cameron <brian.cameron at sun.com>
Date:   Tue Sep 22 08:02:48 2009 +0200

videomixer: Add $(GST_PLUGINS_BASE_LIBS) to LDFLAGS for linking libgstvideo

Fixes bug #595897.

---

 gst/videomixer/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/videomixer/Makefile.am b/gst/videomixer/Makefile.am
index 7c6e1de..cf0219c 100644
--- a/gst/videomixer/Makefile.am
+++ b/gst/videomixer/Makefile.am
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstvideomixer.la
 
 libgstvideomixer_la_SOURCES = videomixer.c blend_ayuv.c blend_bgra.c blend_i420.c blend_rgb.c
 libgstvideomixer_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstvideomixer_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_PLUGINS_BASE_CFLAGS) -lgstvideo- at GST_MAJORMINOR@
+libgstvideomixer_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_PLUGINS_BASE_CFLAGS) -lgstvideo- at GST_MAJORMINOR@
 libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstvideomixer_la_LIBTOOLFLAGS = --tag=disable-static
 





More information about the Gstreamer-commits mailing list