summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-11 00:40:52 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-04-11 00:40:53 +0100
commit0b9bdbf224abadf56e8d0392807d6b078f1f0b04 (patch)
treed0a13e5c815c01da6f1f984ea7ad037c8a1359e6 /configure.ac
parent6b2929279372b9a3017f14140eea73c5ecc4b5a8 (diff)
downloadgst-omx-0b9bdbf224abadf56e8d0392807d6b078f1f0b04.tar.gz
Release 1.15.901.15.90
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 3c539f8..cb4071a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
-AC_INIT(GStreamer OpenMAX Plug-ins, 1.15.2.1,
+AC_INIT(GStreamer OpenMAX Plug-ins, 1.15.90,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-omx)
@@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
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_REQ=1.15.90
dnl *** autotools stuff ****