From: Tim-Philipp Müller Date: Sat, 12 Aug 2017 09:01:51 +0000 (+0100) Subject: configure: bump gst-validate requirement to 1.12.1 X-Git-Tag: 1.19.3~493^2~780 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab863549b6fd33b6ab296dc0ae19d621ffc10efd;p=platform%2Fupstream%2Fgstreamer.git configure: bump gst-validate requirement to 1.12.1 For gst_validate_scenario_get_pipeline(). --- 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])