summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-14 11:31:32 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-09-14 11:31:32 +0200
commit2f0bd772498c1d8cdc07b64eecbbc31de9c33875 (patch)
tree473a6a7f545236bfff67c8b129aec5c8ab47f7ba
parent0f98e1ff4405d5a91c5a3372ac9fc60dd7aa0d3f (diff)
downloadgstreamer-2f0bd772498c1d8cdc07b64eecbbc31de9c33875.tar.gz
configure: Depend on gstreamer 1.9.2.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 18e191bb70..9ad379d2ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages
dnl Note that they are runtime requirements
-AC_SUBST(GST_REQ, 1.9.2)
+AC_SUBST(GST_REQ, 1.9.2.1)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC