summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-12 10:01:51 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-12 10:07:22 +0100
commitab863549b6fd33b6ab296dc0ae19d621ffc10efd (patch)
treeb1befc113a0e6620444dd91cc117e173bb7da42b
parent600f9800e0fbe69fd4b06012f08f59ea58a64fbd (diff)
configure: bump gst-validate requirement to 1.12.1
For gst_validate_scenario_get_pipeline().
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 659dcc4063..3b7e2dae3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
dnl check for gst-validate
-PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.5.90,
+PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.12.1,
[
HAVE_GST_VALIDATE=yes
AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])