summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-06-24 23:40:51 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-06-24 23:40:51 +0200
commitafdbe664602f42208948296024e9484c522f01f9 (patch)
treec78535b59bf7b1767d01a35bd73ff3db143f66bd /configure.ac
parentc44f1a956fcbd12311e7b82a6bbbbcd783e92e56 (diff)
downloadgst-libav-afdbe664602f42208948296024e9484c522f01f9.tar.gz
Release 1.5.21.5.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index af8e6d2..180e0dd 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.5.1.1,
+AC_INIT(GStreamer libav, 1.5.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -40,11 +40,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 501, 0, 501)
+AS_LIBTOOL(GST, 502, 0, 502)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.5.1.1
-GST_PBREQ=1.5.1.1
+GST_REQ=1.5.2
+GST_PBREQ=1.5.2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])