summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-10-21 15:01:17 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-10-21 15:01:17 +0100
commit4a35d4ee81fe707845ae33f2a5ac701ad01c3e4d (patch)
tree1e7b53be74b61a3b6ac96483d6b85b360a80d6b1 /configure.ac
parent3a50f3da99678230917fbc40326b31d7b21f7876 (diff)
downloadgst-omx-1.16.tar.gz
Release 1.16.31.16.31.16
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 d767764..c2710a8 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.16.2,
+AC_INIT(GStreamer OpenMAX Plug-ins, 1.16.3,
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, 1602, 0, 1602)
+AS_LIBTOOL(GST, 1603, 0, 1603)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.16.2
+GST_REQ=1.16.3
dnl *** autotools stuff ****