summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-01-17 02:21:41 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-01-17 02:21:50 +0000
commit240cb809a97d3e636460ef839d6e2db23fe6565e (patch)
treec9219c1e1dbdf75c580cde254d248475789921b3 /configure.ac
parentc94c6555c38c57b30af111b658672fe712369ba4 (diff)
downloadgst-libav-240cb809a97d3e636460ef839d6e2db23fe6565e.tar.gz
Release 1.15.11.15.1
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 45d9422..01943bd 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.0.1,
+AC_INIT(GStreamer libav, 1.15.1,
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, 1500, 0, 1500)
+AS_LIBTOOL(GST, 1501, 0, 1501)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.15.0.1
-GST_PBREQ=1.15.0.1
+GST_REQ=1.15.1
+GST_PBREQ=1.15.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])