[gst-cvs] gst-plugins-bad: faad: Link with libgstbase for GstAdapter

Sebastian Dröge slomo at kemper.freedesktop.org
Fri Feb 19 06:25:31 PST 2010


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

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Feb 19 15:17:11 2010 +0100

faad: Link with libgstbase for GstAdapter

Also fix order of CFLAGS and LIBS

---

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

diff --git a/ext/faad/Makefile.am b/ext/faad/Makefile.am
index b7577e3..01a31d5 100644
--- a/ext/faad/Makefile.am
+++ b/ext/faad/Makefile.am
@@ -1,8 +1,8 @@
 plugin_LTLIBRARIES = libgstfaad.la
 
 libgstfaad_la_SOURCES = gstfaad.c
-libgstfaad_la_CFLAGS = $(FAAD_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstfaad_la_LIBADD = $(FAAD_LIBS)  $(GST_PLUGINS_BASE_LIBS) \
+libgstfaad_la_CFLAGS = $(FAAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+libgstfaad_la_LIBADD = $(FAAD_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
 	-lgstaudio- at GST_MAJORMINOR@
 libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstfaad_la_LIBTOOLFLAGS = --tag=disable-static





More information about the Gstreamer-commits mailing list