summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2013-12-22 23:15:02 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-12-22 23:15:02 +0000
commit45bb30d148b21e5c04de4186f18c7643e615a027 (patch)
tree4c245465910f91fe964065c16e02691478fc666c /configure.ac
parentde30acfd3d9655d3819348d53d3977c8e69ac5d3 (diff)
configure: bump core/base/good requirement to 1.2.0
Bump to released stable version and make implicit requirements explicit.
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 2cee9be..56e8121 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,9 +42,9 @@ AC_SUBST(GST_API_VERSION)
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.0.0
-GSTPB_REQ=1.1.0.1
-GSTPG_REQ=1.0.0
+GST_REQ=1.2.0
+GSTPB_REQ=1.2.0
+GSTPG_REQ=1.2.0
dnl *** autotools stuff ****