Skip to content
Snippets Groups Projects

opencv: allow compilation against 4.5.x

Merged Nicola requested to merge drakkan/gst-plugins-bad:opencv45 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading