From: Sebastian Dröge Date: Wed, 14 Sep 2016 09:31:23 +0000 (+0200) Subject: configure: Depend on gstreamer 1.9.2.1 X-Git-Tag: 1.19.3~493^2~946 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e32a948868b2f15ede999045d824122d6ac6420a;p=platform%2Fupstream%2Fgstreamer.git configure: Depend on gstreamer 1.9.2.1 --- diff --git a/configure.ac b/configure.ac index 28953b9..d2037bb 100644 --- a/configure.ac +++ b/configure.ac @@ -54,8 +54,8 @@ AC_SUBST(GST_API_VERSION) AS_LIBTOOL(GST, 902, 0, 902) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.9.2 -GSTPB_REQ=1.9.2 +GST_REQ=1.9.2.1 +GSTPB_REQ=1.9.2.1 dnl *** autotools stuff ****