opencl: We still use the deprecated OpenCL 1.1 APIs.
This commit is contained in:
parent
f95f466060
commit
1c640fd80b
|
@ -31,6 +31,7 @@
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(opencl);
|
WINE_DEFAULT_DEBUG_CHANNEL(opencl);
|
||||||
|
|
||||||
#if defined(HAVE_CL_CL_H)
|
#if defined(HAVE_CL_CL_H)
|
||||||
|
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
|
||||||
#include <CL/cl.h>
|
#include <CL/cl.h>
|
||||||
#elif defined(HAVE_OPENCL_OPENCL_H)
|
#elif defined(HAVE_OPENCL_OPENCL_H)
|
||||||
#include <OpenCL/opencl.h>
|
#include <OpenCL/opencl.h>
|
||||||
|
|
Loading…
Reference in New Issue