Fix ocl moudle build with latest Intel OpenCL SDK.

We found that cl.h file provided in latest Intel SDK muted deprecated interfaces.
pull/872/head
peng xiao 12 years ago
parent 2aa5f1bfd1
commit e14acabb3d
  1. 1
      modules/ocl/src/mcwutil.cpp

@ -43,6 +43,7 @@
//
//M*/
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
#include "precomp.hpp"
using namespace std;

Loading…
Cancel
Save