mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
opencv: allow compilation against 4.5.x
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1709>
This commit is contained in:
parent
b2a0fd9e96
commit
77f28ee3e7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if opencv_found
|
||||||
endif
|
endif
|
||||||
endforeach
|
endforeach
|
||||||
else
|
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()
|
opencv_found = opencv_dep.found()
|
||||||
if opencv_found
|
if opencv_found
|
||||||
foreach h : libopencv4_headers
|
foreach h : libopencv4_headers
|
||||||
|
|
Loading…
Reference in a new issue