-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure should check minimum OpenCV version #474
Comments
assign to @zongwave |
fixed by #479 |
If user explicitly passes #479 disables opencv unconditionally if < 3.0 irregardless of You can reference libva's configure.ac for examples on how to deal with this kind of case in configure.ac. |
@uartie you are right. sorry for the quick patch merge. |
@windyuan IIUC OpenCV >= 3.0 is only needed if enabling OpenCL? Otherwise, OpenCV >= 2.4 is sufficient? |
@uartie Yes, you can think so. It's a little complicated we will support only CPU version if OpenCV <3.0 |
minimum version still keeps 3.0. |
Bug has been fixed for a while. close this bug. |
Configure allows any opencv version. However, libxcam will not compile with opencv < 3.0 when opencl enabled:
opencv2/core/ocl.hpp
is not available until opencv 3.0.Configure should require opencv at least version 3.0
The text was updated successfully, but these errors were encountered: