summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-02-26 11:57:15 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-02-26 11:57:15 +0000
commitc693e62a4464a74bace095344e355c4409d850d9 (patch)
tree8077dbdb44d15785b6b27ef3b13323df71c575f3 /configure.ac
parent88166aeb786e45c0df477aae0d6d922ef4a80f1d (diff)
downloadgst-libav-c693e62a4464a74bace095344e355c4409d850d9.tar.gz
Release 1.15.21.15.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 df07139..32b7318 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.15.1,
+AC_INIT(GStreamer libav, 1.15.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
dnl *** Check for external $AS vs detected by AS_LIBTOOL
orig_AS="$AS"
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 1501, 0, 1501)
+AS_LIBTOOL(GST, 1502, 0, 1502)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.15.1
-GST_PBREQ=1.15.1
+GST_REQ=1.15.2
+GST_PBREQ=1.15.2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])