summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-04 13:10:30 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-04 13:15:59 +0100
commitb990b0caac93a0775cb45331497235538f0feb53 (patch)
tree06f26bf96fdf21c4a6298fa6ae987adfed13a6b5 /configure.ac
parentb26897dd84ac9b09e7d262989a75984aab0bdc91 (diff)
Back to development
Temporarily disable -DGST_DISABLE_DEPRECATED for git builds until the code is updated for the GST_FLOW_IS_* macro deprecations.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8a713d351..68c334bea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
-AC_INIT(GStreamer Good Plug-ins, 0.10.25,
+AC_INIT(GStreamer Good Plug-ins, 0.10.25.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
@@ -1037,7 +1037,8 @@ AC_SUBST(PROFILE_CFLAGS)
if test "x$PACKAGE_VERSION_NANO" = "x1"; then
dnl Define _only_ for git (not pre-releases or releases)
- DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
+ dnl FIXME: temporarily disabled: DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
+ DEPRECATED_CFLAGS=""
else
DEPRECATED_CFLAGS=""
fi