From: Tim-Philipp Müller Date: Sun, 22 Dec 2013 23:15:02 +0000 (+0000) Subject: configure: bump core/base/good requirement to 1.2.0 X-Git-Tag: 1.19.3~495^2~896 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45bb30d148b21e5c04de4186f18c7643e615a027;p=platform%2Fupstream%2Fgstreamer.git configure: bump core/base/good requirement to 1.2.0 Bump to released stable version and make implicit requirements explicit. --- 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 ****