From: Sebastian Dröge Date: Wed, 14 Sep 2016 09:30:58 +0000 (+0200) Subject: configure: Depend on gstreamer 1.9.2.1 X-Git-Tag: 1.10.4~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=589d9a38029442b35cc6448a88790a3e8dfe9577;p=platform%2Fupstream%2Fgst-plugins-ugly.git configure: Depend on gstreamer 1.9.2.1 --- diff --git a/configure.ac b/configure.ac index abeaaa13..6f037495 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,8 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$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 ****