summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-14 11:30:48 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-09-14 11:30:54 +0200
commit3f44aea2e17bf695ad19c8864fe37e80620a9d28 (patch)
treeefec43ac511d9707a9387b5d172672c3cc6e1e40 /configure.ac
parent4ba54b60460ba7f1f455d3a3e1e67aacf23e9c8f (diff)
downloadgstreamer-plugins-bad-3f44aea2e17bf695ad19c8864fe37e80620a9d28.tar.gz
configure: Depend on gstreamer 1.9.2.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a25b2898..d6c2adf5d 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 ****