[gst-cvs] gst-ffmpeg: configure: Use GLIB_EXTRA_CFLAGS
Sebastian Dröge
slomo at kemper.freedesktop.org
Mon Jun 14 04:28:54 PDT 2010
Module: gst-ffmpeg
Branch: master
Commit: 24ec624c7727fa8770487dab7c2b15b49c7a3df5
URL: http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?id=24ec624c7727fa8770487dab7c2b15b49c7a3df5
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Mon Jun 14 13:28:41 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 b9ff42e..dfb1793 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,7 @@ dnl FIXME: do we want to rename to GST_ALL_* ?
dnl prefer internal headers to already installed ones
dnl also add builddir include for enumtypes and marshal
dnl add GST_OPTION_CFLAGS, but overridable
-GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)"
+GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LIBS)
More information about the Gstreamer-commits
mailing list