summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-05-21 13:23:36 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-05-21 13:23:36 +0200
commitcf4313f77e1f9c413e8ade70030ae5cb225ae180 (patch)
tree2d8864a2915c8e050c96ddea34bcdf9e06a6b5ba
parentfda64c4119e7d421d97e11882c81a0a1f37ab67b (diff)
downloadgst-libav-cf4313f77e1f9c413e8ade70030ae5cb225ae180.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 7355af5..c47c64b 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.2,
+AC_INIT(GStreamer libav, 1.3.2.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 302, 0, 302)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.3.2
-GST_PBREQ=1.3.2
+GST_REQ=1.3.2.1
+GST_PBREQ=1.3.2.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])