Changeset 541 for ImageMagick/trunk/wand

Show
Ignore:
Timestamp:
11/05/09 18:32:25 (2 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/wand/studio.h

    r448 r541  
    200200#endif 
    201201 
    202 #if defined(HAVE_CL_CL_H) 
     202#if defined(MAGICKCORE_HAVE_CL_CL_H) 
    203203#  include <CL/cl.h> 
    204204#  define MAGICKCORE_OPENCL_SUPPORT  1 
    205205#endif 
    206206 
    207 #if defined(HAVE_OPENCL_CL_H) 
     207#if defined(MAGICKCORE_HAVE_OPENCL_CL_H) 
    208208#  include <OpenCL/cl.h> 
    209209#  define MAGICKCORE_OPENCL_SUPPORT  1