aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-12-27 11:04:01 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-12-27 11:04:01 +0100
commit4d912e229cc8d946e85ea967063619dd78a83ede (patch)
treeb7f9d3b2308dd2892c921cf1dad50127788684c4 /configure.ac
parent6f5ff9b84f6e3ad68f3e777622282d5db6ccc0e0 (diff)
Imported Upstream version 1.2.2upstream/1.2.2
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 eb3e481..c1066ee 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.2.1,
+AC_INIT(GStreamer libav, 1.2.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -42,11 +42,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 201, 0, 201)
+AS_LIBTOOL(GST, 202, 0, 202)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.2.0
-GST_PBREQ=1.2.0
+GST_PBREQ=1.2.2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])