mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure: bump gst-validate requirement to 1.12.1
For gst_validate_scenario_get_pipeline().
This commit is contained in:
parent
600f9800e0
commit
ab863549b6
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue