summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-03-04 09:12:35 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-03-04 09:12:35 +0000
commitcaf953bd5d6128c8fce322d0590a513f3d2e412f (patch)
treebcc59d0264a8384c89e682c927dd1f4fb60478c3 /configure.ac
parentc693e62a4464a74bace095344e355c4409d850d9 (diff)
downloadgst-libav-caf953bd5d6128c8fce322d0590a513f3d2e412f.tar.gz
Back to development
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 32b7318..a9962cc 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.2,
+AC_INIT(GStreamer libav, 1.15.2.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1502, 0, 1502)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.15.2
-GST_PBREQ=1.15.2
+GST_REQ=1.15.2.1
+GST_PBREQ=1.15.2.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])