summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-07-05 10:34:24 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-07-05 10:34:24 +0100
commit871649542ff746fe008d3d4ac51f50fd3412f023 (patch)
tree29d5e095561bb68dfb99ff2f8e3187d031a80fd8 /configure.ac
parent156b26492d86c9882d5216b20ba2b25c174b8eb2 (diff)
Add -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e94dfc2..2fb4186 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,6 +173,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="-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)