]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 6 Nov 2009 02:32:25 +0000 (02:32 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 6 Nov 2009 02:32:25 +0000 (02:32 +0000)
magick/studio.h
wand/studio.h

index f3f161176075419efed6efd597a45b0eb0713cbb..c2bddfece3f244f2673bb8b32fe0efe93037dbda 100644 (file)
@@ -199,12 +199,12 @@ extern "C" {
 # include <arm/limits.h>
 #endif
 
-#if defined(HAVE_CL_CL_H)
+#if defined(MAGICKCORE_HAVE_CL_CL_H)
 #  include <CL/cl.h>
 #  define MAGICKCORE_OPENCL_SUPPORT  1
 #endif
 
-#if defined(HAVE_OPENCL_CL_H)
+#if defined(MAGICKCORE_HAVE_OPENCL_CL_H)
 #  include <OpenCL/cl.h>
 #  define MAGICKCORE_OPENCL_SUPPORT  1
 #endif
index ba9775dd5f78c9a846240bf50078e4b2c4046d68..7dab5c821b7db3f7b517ae0dd94f64742d1c2653 100644 (file)
@@ -199,12 +199,12 @@ extern "C" {
 # include <arm/limits.h>
 #endif
 
-#if defined(HAVE_CL_CL_H)
+#if defined(MAGICKCORE_HAVE_CL_CL_H)
 #  include <CL/cl.h>
 #  define MAGICKCORE_OPENCL_SUPPORT  1
 #endif
 
-#if defined(HAVE_OPENCL_CL_H)
+#if defined(MAGICKCORE_HAVE_OPENCL_CL_H)
 #  include <OpenCL/cl.h>
 #  define MAGICKCORE_OPENCL_SUPPORT  1
 #endif