From: Sebastian Dröge Date: Wed, 14 Sep 2016 09:30:48 +0000 (+0200) Subject: configure: Depend on gstreamer 1.9.2.1 X-Git-Tag: 1.19.3~507^2~6105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f44aea2e17bf695ad19c8864fe37e80620a9d28;p=platform%2Fupstream%2Fgstreamer.git configure: Depend on gstreamer 1.9.2.1 --- diff --git a/configure.ac b/configure.ac index 9a25b28..d6c2adf 100644 --- a/configure.ac +++ b/configure.ac @@ -54,8 +54,8 @@ dnl sets GST_LT_LDFLAGS 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 ****