diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libhb/common.h b/libhb/common.h index 42fd0a212..9244c981c 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -20,12 +20,9 @@ #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> + #ifdef USE_OPENCL -#if defined(__APPLE__) -#include <OpenCL/cl.h> -#else -#include <CL/cl.h> -#endif +#include "extras/cl.h" #endif /* * It seems WinXP doesn't align the stack of new threads to 16 bytes. |