summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-12-24 15:29:11 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-12-24 15:29:11 +0100
commitdbb6beba925675997df767f1069589f6fa667fe1 (patch)
treedd5a3bbcb4cdd7a1b2fd4435ee579984ec1d63ea
parent0993ec8fa5cf6b09e33741f268c938719a1534d5 (diff)
downloadgst-libav-dbb6beba925675997df767f1069589f6fa667fe1.tar.gz
Back to development
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fab2d8f..19fa183 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.7.1,
+AC_INIT(GStreamer libav, 1.7.1.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -43,8 +43,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 701, 0, 701)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.7.1
-GST_PBREQ=1.7.1
+GST_REQ=1.7.1.1
+GST_PBREQ=1.7.1.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])