summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-09 10:51:23 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-09 10:51:23 +0100
commite8d1fa1b35f29021171d96ee384a43aa8d36348d (patch)
tree9f731c2c8fb375f08a71c23556c0049d895519a0
parentc6968d62bfc8063217778f8eeeb3967d39fce360 (diff)
configure: Set version to 1.1.90 for pre-release and require GStreamer 1.2.3 or newer
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 24a9dc8..07330da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ 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, cvs and prerelease does Werror too
-AC_INIT([GStreamer RTSP Server Library], [1.3.0.1],
+AC_INIT([GStreamer RTSP Server Library], [1.1.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
[gst-rtsp-server])
AG_GST_INIT
@@ -53,12 +53,12 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 300, 0, 300)
+AS_LIBTOOL(GST, 200, 0, 200)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.3.0.1
-GSTPB_REQ=1.3.0.1
-GSTPG_REQ=1.3.0.1
+GST_REQ=1.2.3
+GSTPB_REQ=1.2.3
+GSTPG_REQ=1.2.3
dnl *** autotools stuff ****