summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-15 19:44:26 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-15 19:44:26 +0000
commit4db38efef509444b675a9605670817efeae7a3f7 (patch)
treec0ed0a80c6824e9f2fdb5ff417b98ace188dbc03 /configure.ac
parent2eabdb63c8aa5562abbcfae0ffda70c2dac9e102 (diff)
downloadgst-libav-4db38efef509444b675a9605670817efeae7a3f7.tar.gz
Back to development
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 d862d64..ff551e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.69)
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.13.1,
+AC_INIT(GStreamer libav, 1.13.1.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1301, 0, 1301)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.13.1
-GST_PBREQ=1.13.1
+GST_REQ=1.13.1.1
+GST_PBREQ=1.13.1.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])