summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-19 10:38:06 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-04-19 11:00:07 +0100
commit2b6e9d303d1598421406c04a9e74d2858b02f89c (patch)
tree68ea99c90ea725d3dc1d21bba91d5a671f43b989 /configure.ac
parentd6c61e69b36eaa144a5ef8fdac73a8162f072509 (diff)
downloadgst-libav-2b6e9d303d1598421406c04a9e74d2858b02f89c.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 f695ccb..ab34a46 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.16.0,
+AC_INIT(GStreamer libav, 1.17.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
orig_AS="$AS"
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 1600, 0, 1600)
+AS_LIBTOOL(GST, 1700, 0, 1700)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.16.0
-GST_PBREQ=1.16.0
+GST_REQ=1.17.0.1
+GST_PBREQ=1.17.0.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])