summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-11 00:34:12 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-04-11 00:34:12 +0100
commitb83229f73b61dd32bbddf32e88bf7a9f52f24ffa (patch)
treeeb9732c9580c3649e86e96892b458be1dc007a57 /configure.ac
parent7de9fee26d48bb9c407c98541b635f793da733f8 (diff)
downloadgst-libav-b83229f73b61dd32bbddf32e88bf7a9f52f24ffa.tar.gz
Release 1.15.901.15.90
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 a9962cc..66f5e0a 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.1,
+AC_INIT(GStreamer libav, 1.15.90,
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, 1502, 0, 1502)
+AS_LIBTOOL(GST, 1590, 0, 1590)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.15.2.1
-GST_PBREQ=1.15.2.1
+GST_REQ=1.15.90
+GST_PBREQ=1.15.90
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])