opencv: allow compilation against 4.5.x
authorNicola Murino <nicola.murino@gmail.com>
Sun, 18 Oct 2020 15:59:44 +0000 (17:59 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 27 Oct 2020 10:53:27 +0000 (10:53 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1709>

ext/opencv/meson.build

index 074272a..e3d1865 100644 (file)
@@ -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