aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-09 11:57:49 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-09 11:57:49 +0200
commitbf67b6b3be6adab19d7354e0f8a1b81b873c09dd (patch)
tree8781aed7dae9376c5f73fa57efea0d0fb993b03f /configure.ac
parent20860c094a820bd9276f1fc83792ee9d9aa54ad3 (diff)
Imported Upstream version 0.11.93upstream/0.11.93
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 01ff757..e6c3cee 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, 0.11.92,
+AC_INIT(GStreamer libav, 0.11.93,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.91
-ORC_REQ=0.4.6
+GST_REQ=0.11.93
+ORC_REQ=0.4.16
dnl *** autotools stuff ****