1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #6060 from alalek:fix_opencl_opengl_sharing_6052

This commit is contained in:
Alexander Alekhin
2016-02-16 07:10:01 +00:00
13 changed files with 46 additions and 22 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
#if defined __APPLE__
#include <OpenCL/cl.h>
#else
// custom OpenCL headers are located in "CL" subfolder (3rdparty/include/...)
#include <CL/cl.h>
#endif
#ifndef _MSC_VER
#ifdef CL_VERSION_1_2