summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-20 09:41:11 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-20 09:41:11 +0000
commit800b26174f74e565b61bc4be40852c296d0af4d7 (patch)
tree49bfea6bb49e67b6dfb676d08e6a0bbbbe68786d /configure.ac
parent1830c75cd28fc68bd26f9530db18c2da474a4aa2 (diff)
downloadgst-libav-800b26174f74e565b61bc4be40852c296d0af4d7.tar.gz
Back to development
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 88fd329..a0a1653 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.14.0,
+AC_INIT(GStreamer libav, 1.15.0.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
user_AS="$AS"
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 1400, 0, 1400)
+AS_LIBTOOL(GST, 1500, 0, 1500)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.14.0
-GST_PBREQ=1.14.0
+GST_REQ=1.15.0.1
+GST_PBREQ=1.15.0.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])