From a4df38174d33dc1e620ea535e16cac406ff59da2 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 31 Jul 2020 23:38:56 +0200 Subject: [PATCH] opencv: allow compilation against 4.4.x Part-of: Upstream-Status: Backport [https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/8544f3928ea46d2da3f27dc65576e8baf42a46d] Signed-off-by: Andrey Zhizhikin --- ext/opencv/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build index a26403482..b3270e540 100644 --- a/ext/opencv/meson.build +++ b/ext/opencv/meson.build @@ -65,7 +65,7 @@ if opencv_found endif endforeach else - opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.2.0'], required : false) + opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.5.0'], required : false) opencv_found = opencv_dep.found() if opencv_found foreach h : libopencv4_headers