summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2020-10-18 17:59:44 +0200
committerTim-Philipp Müller <tim@centricular.com>2020-10-30 00:41:30 +0000
commit91baa1055bf8ed5a76065be012ab13a51e125215 (patch)
tree39e2dd81844657a3c01c2eb7cf5b865c103f76a6
parent6db6a8c7d9ffcf2b7e226b7e874ee67b82f24ac8 (diff)
downloadgstreamer-plugins-bad-91baa1055bf8ed5a76065be012ab13a51e125215.tar.gz
opencv: allow compilation against 4.5.x
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1735>
-rw-r--r--ext/opencv/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build
index 074272a9c..e3d1865da 100644
--- a/ext/opencv/meson.build
+++ b/ext/opencv/meson.build
@@ -66,7 +66,7 @@ if opencv_found
endif
endforeach
else
- opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.5.0'], required : false)
+ opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.6.0'], required : false)
opencv_found = opencv_dep.found()
if opencv_found
foreach h : libopencv4_headers