From: Nicola Murino Date: Thu, 26 Dec 2019 21:43:35 +0000 (+0100) Subject: opencv: allow compilation against 4.2.x X-Git-Tag: 1.19.3~507^2~2494 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2cfd93891376f74cc877e633aa70933b17200d9;p=platform%2Fupstream%2Fgstreamer.git opencv: allow compilation against 4.2.x --- diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build index d84d12f..d9bc871 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.3.0'], required : false) opencv_found = opencv_dep.found() if opencv_found foreach h : libopencv4_headers