summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-30 13:03:42 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-09-30 13:03:42 +0300
commit4a9a7d61e56820a108aa78409d216d65e59ee0e3 (patch)
tree14ef06d81c62ef1bb3d9302ed395c01c150446d2 /configure.ac
parente3558d4d07a4dadc1b7c1ca9b59eedc6aa9962e2 (diff)
downloadgst-libav-4a9a7d61e56820a108aa78409d216d65e59ee0e3.tar.gz
Release 1.9.901.9.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 9f4f903..cdfca05 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.9.2.1,
+AC_INIT(GStreamer libav, 1.9.90,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -40,11 +40,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 902, 0, 902)
+AS_LIBTOOL(GST, 990, 0, 990)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.9.2.1
-GST_PBREQ=1.9.2.1
+GST_REQ=1.9.90
+GST_PBREQ=1.9.90
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])