summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-10-01 17:23:21 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-10-01 17:23:21 -0400
commit444b0d1b9aef13ef0b5017858b76610eea429b30 (patch)
tree7c4692f3f3200fe0dab71a4fe2af42bb89a8138b /configure.ac
parent87556cc9902e7ab257fe533e89681a03ed5cd566 (diff)
downloadfarstream-444b0d1b9aef13ef0b5017858b76610eea429b30.tar.gz
Remove GST_USE_UNSTABLE_API as GStreamer 1.0 has been released
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d2bccb85..2d330836 100644
--- a/configure.ac
+++ b/configure.ac
@@ -302,7 +302,7 @@ fi
AC_SUBST(PROFILE_CFLAGS)
dnl every flag in FS_OPTION_CFLAGS can be overridden at make time
-FS_OPTION_CFLAGS="-DGST_USE_UNSTABLE_API \$(WARNING_CFLAGS) \$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) -Wno-error=deprecated-declarations "
+FS_OPTION_CFLAGS="\$(WARNING_CFLAGS) \$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) -Wno-error=deprecated-declarations "
AC_SUBST(FS_OPTION_CFLAGS)
dnl our libraries need to be versioned correctly
@@ -311,7 +311,7 @@ AC_SUBST(FS_LT_LDFLAGS)
dnl FS_INTERNAL_CFLAGS
dnl prefer internal headers to already installed ones
dnl also add builddir include for enumtypes and marshal
-FS_INTERNAL_CFLAGS="-I\$(top_srcdir) -I\$(top_builddir) -DGST_USE_UNSTABLE_API"
+FS_INTERNAL_CFLAGS="-I\$(top_srcdir) -I\$(top_builddir)"
AC_SUBST(FS_INTERNAL_CFLAGS)
dnl FIXME: do we want to rename to GST_ALL_* ?