configure: bump core/base/good requirement to 1.2.0
authorTim-Philipp Müller <tim@centricular.com>
Sun, 22 Dec 2013 23:15:02 +0000 (23:15 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 22 Dec 2013 23:15:02 +0000 (23:15 +0000)
Bump to released stable version and make implicit
requirements explicit.

configure.ac

index 2cee9be..56e8121 100644 (file)
@@ -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 ****