summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 16:57:30 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 16:57:30 +0100
commit5f9a086484e619ce5e26c97e97e35df928a95dab (patch)
tree10306e7f02a7b3d85962b03db5509a7d4cf3ed11 /configure.ac
parent4d1b2cacc80d3d74f4483dc07db6422eb3b15a12 (diff)
Remove -DGST_USE_UNSTABLE_API
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f5fdec0..b36722db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -408,7 +408,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="$GST_CFLAGS -DGST_USE_UNSTABLE_API"
+GST_CFLAGS="$GST_CFLAGS"
GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CXXFLAGS)"
GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)