From f1717208ec22f146acec5ad2483c5cdc9a536484 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 11 Sep 2013 14:45:36 -0400 Subject: Remove opencl-sdk configure option, and build time opencl conditionals. We now load OpenCL library dynmically at run-time as needed. So there is no build time dependency on any OpenCL implementations. Change-Id: I214399060398a7c5e37b9a254147ccc2834e7866 --- config_host/config_features.h.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config_host') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 100706ac9098..08720a7e270a 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -67,13 +67,6 @@ #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 0 -/* - * Whether we have the OpenCL headers and should compile in any - * support for that abstraction. - */ - -#define HAVE_FEATURE_OPENCL 0 - /* * Whether the OS has Avahi support, * This library is used for zeroconf service publication on the local network -- cgit v1.2.3