diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-09-01 23:54:23 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-01 23:54:23 +0100 |
commit | a053bfb6f4fc8bd1d12626d8097ef7e9cf45b093 (patch) | |
tree | d75b44bba560fdda5ae217f1ff036480f575e39c /configure.ac | |
parent | 8cd5813fa661d262159787c75a5695bde7df237d (diff) |
configure: add reminder to remove GST_UNSTABLE_API stuff before 1.0.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5bbaa5e9c..2d26d0da1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,11 @@ AC_PREREQ(2.62) 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.93.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) |