diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-17 13:35:26 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-17 13:35:26 +0100 |
commit | ca90ea6e558a61f4f7316217dbb6345037fbf72d (patch) | |
tree | 9a585a64f1eefc3baa435de56818fba86ec33885 /configure.ac | |
parent | de635d089f10816668957ac08b19ae78761d7ab2 (diff) |
Remove GST_USE_UNSTABLE_API guard and defines
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index aaad6f026..dd164b63e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,6 @@ dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too dnl -dnl -dnl ==========> REMOVE GST_USE_UNSTABLE_API when doing 1.0.0 <============= -dnl (also check libtool version) -dnl AC_INIT(GStreamer, 0.11.94.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) @@ -677,8 +673,8 @@ dnl every flag in GST_OPTION_CFLAGS can be overridden at make time via e.g. dnl make DEPRECATED_CFLAGS='' GST_OPTION_CFLAGS="\$(WARNING_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)" GST_OPTION_CXXFLAGS="\$(WARNING_CXXFLAGS) \$(ERROR_CXXFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)" -GST_OPTION_CFLAGS="$GST_OPTION_CFLAGS -DGST_USE_UNSTABLE_API" -GST_OPTION_CXXFLAGS="$GST_OPTION_CXXFLAGS -DGST_USE_UNSTABLE_API" +GST_OPTION_CFLAGS="$GST_OPTION_CFLAGS" +GST_OPTION_CXXFLAGS="$GST_OPTION_CXXFLAGS" AC_SUBST(GST_OPTION_CFLAGS) AC_SUBST(GST_OPTION_CXXFLAGS) |