diff options
author | Michael Bien <[email protected]> | 2009-11-20 14:49:57 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-11-20 14:49:57 +0100 |
commit | a23d5e45b8112ffc7ba02bc564ace6ed6c0414b9 (patch) | |
tree | 1c59c104902dadf79d865ce8ed6c24f3356057fc /resources | |
parent | 4ac3f56ec3841a8fae7cc60635c85cf0518764b5 (diff) |
fixed mingw32 build on windows.
added scripts for crosscompilation on linux64 for win32/64 and linux32/64.
temporary disabled OpenCL extensions.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/opencl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/opencl.h b/resources/opencl.h index d1b0c795..8e46611c 100644 --- a/resources/opencl.h +++ b/resources/opencl.h @@ -1,7 +1,7 @@ #include <CL/cl_platform.h> #include <CL/cl.h> -#include <CL/cl_ext.h> +//#include <CL/cl_ext.h> #ifdef _WIN32 #include <windows.h> |