summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-24 15:06:03 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 15:06:03 +0200
commit64687ef0588b7b86f3b45a259875ce3d7559096a (patch)
tree97ca4974a1d22db44473840d167cd04ecb7686b2 /configure.ac
parent378fe06aabafc765330e75793610c2f79113aed6 (diff)
downloadgst-libav-64687ef0588b7b86f3b45a259875ce3d7559096a.tar.gz
configure: Actually use 1.3.0.1 as version to make configure happy
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 53e4885..ecc2135 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,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 libav, 1.3.0,
+AC_INIT(GStreamer libav, 1.3.0.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 300, 0, 300)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.3.0
-GST_PBREQ=1.3.0
+GST_REQ=1.3.0.1
+GST_PBREQ=1.3.0.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])