[gst-cvs] gstreamer: configure: use GLIB_EXTRA_CFLAGS
Sebastian Dröge
slomo at kemper.freedesktop.org
Mon Jun 14 04:08:09 PDT 2010
Module: gstreamer
Branch: master
Commit: 17f17a71a733aa78657f1e39f5da308e415c40aa
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=17f17a71a733aa78657f1e39f5da308e415c40aa
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Mon Jun 14 13:07:33 2010 +0200
configure: use GLIB_EXTRA_CFLAGS
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9d4f6ff..3775d06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -633,7 +633,7 @@ dnl - src and build dirs need to be added because every piece that gets built
dnl will need the GStreamer source and generated headers
dnl LIBS: XML doesn't need to be added because we don't explicitly use symbols
dnl from LibXML except for in the core library
-GST_ALL_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir) -I\$(top_builddir)/libs -I\$(top_builddir) $GLIB_CFLAGS $XML_CFLAGS \$(GST_OPTION_CFLAGS) \$(ERROR_CFLAGS) -DG_THREADS_MANDATORY"
+GST_ALL_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir) -I\$(top_builddir)/libs -I\$(top_builddir) $GLIB_CFLAGS $GLIB_EXTRA_CFLAGS $XML_CFLAGS \$(GST_OPTION_CFLAGS) \$(ERROR_CFLAGS) -DG_THREADS_MANDATORY"
dnl FIXME: check if LTLIBINTL is needed everywhere
dnl I presume it is given that it contains the symbols that _() stuff maps to
More information about the Gstreamer-commits
mailing list