intel / libxcam

libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
592 stars 230 forks source link

compile error when --disable-opencl #597

Closed chivakker closed 5 years ago

chivakker commented 5 years ago

In file included from ../modules/ocl/cl_kernel.h:26, from ../modules/ocl/cl_image_handler.h:27, from context_priv.h:26, from context_priv.cpp:21: ../modules/ocl/cl_event.h:26:10: fatal error: CL/cl.h: No such file or directory

include <CL/cl.h>

zongwave commented 5 years ago

pull request #600 fixed this issue.