From 0121cbc50075fccfa308808b116bd27eef02728f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 14 Sep 2016 11:31:15 +0200 Subject: [PATCH] configure: Depend on gstreamer 1.9.2.1 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5f62d08..226cca9 100644 --- a/configure.ac +++ b/configure.ac @@ -56,10 +56,10 @@ 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 -GSTPG_REQ=1.9.2 -GSTPD_REQ=1.9.2 +GST_REQ=1.9.2.1 +GSTPB_REQ=1.9.2.1 +GSTPG_REQ=1.9.2.1 +GSTPD_REQ=1.9.2.1 dnl *** autotools stuff **** -- 2.7.4