[gst-cvs] gst-plugins-bad: signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA

Sebastian Dröge slomo at kemper.freedesktop.org
Tue Nov 17 23:06:08 PST 2009


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

Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Nov 17 16:31:09 2009 +0100

signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA

This makes sure that the headers from the source tree are taken and not
accidentially installed system headers in the case of builddir!=srcdir.

Fixes bug #602161.

---

 ext/ladspa/Makefile.am |    2 +-
 ext/lv2/Makefile.am    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am
index 3eefa5b..9f0f86a 100644
--- a/ext/ladspa/Makefile.am
+++ b/ext/ladspa/Makefile.am
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstladspa.la
 
 libgstladspa_la_SOURCES = gstladspa.c
 libgstladspa_la_CFLAGS = \
-	-I$(top_builddir)/gst-libs \
+	-I$(top_srcdir)/gst-libs \
 	$(GST_PLUGINS_BASE_CFLAGS) \
 	$(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(LRDF_CFLAGS)
 libgstladspa_la_LIBADD = \
diff --git a/ext/lv2/Makefile.am b/ext/lv2/Makefile.am
index 0dbd92f..08a5c08 100644
--- a/ext/lv2/Makefile.am
+++ b/ext/lv2/Makefile.am
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstlv2.la
 
 libgstlv2_la_SOURCES = gstlv2.c
 libgstlv2_la_CFLAGS = \
-	-I$(top_builddir)/gst-libs \
+	-I$(top_srcdir)/gst-libs \
 	$(GST_PLUGINS_BASE_CFLAGS) \
 	$(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(SLV2_CFLAGS)
 libgstlv2_la_LIBADD = \





More information about the Gstreamer-commits mailing list