From ab863549b6fd33b6ab296dc0ae19d621ffc10efd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 12 Aug 2017 10:01:51 +0100 Subject: [PATCH] configure: bump gst-validate requirement to 1.12.1 For gst_validate_scenario_get_pipeline(). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 659dcc4..3b7e2da 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]) -- 2.7.4