blob: 637c15a0837bc093028da5dad5755338289f7150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* A feature split out from config_features.h because it affects many files.
*/
#ifndef CONFIG_FEATURE_OPENCL_H
#define CONFIG_FEATURE_OPENCL_H
/*
* Whether OpenCL is usable on the platform and we should compile in use of OpenCL.
*/
#define HAVE_FEATURE_OPENCL 0
#endif
|