]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 22 Jan 2010 15:45:14 +0000 (15:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 22 Jan 2010 15:45:14 +0000 (15:45 +0000)
magick/studio.h
wand/studio.h

index e1b745eb0dd07c91a347e8e7a6ce7a087c36fa37..06a722a8e603bce99bac75465f4eb8ad9f1059df 100644 (file)
@@ -221,9 +221,7 @@ extern "C" {
 # include <arm/limits.h>
 #endif
 
-#define _OPENCL  MAGICKCORE__OPENCL
-
-#if defined(_OPENCL)
+#if defined(MAGICKCORE__OPENCL)
 #if defined(MAGICKCORE_HAVE_CL_CL_H)
 #  include <CL/cl.h>
 #endif
index 46a38d0dc1bb26a0dec256405828d4d6ac87e752..c233564cb7fababe2c1412d00481095ead95434a 100644 (file)
@@ -231,9 +231,7 @@ extern "C" {
 # include <arm/limits.h>
 #endif
 
-#define _OPENCL  MAGICKCORE__OPENCL
-
-#if defined(_OPENCL)
+#if defined(MAGICKCORE__OPENCL)
 #if defined(MAGICKCORE_HAVE_CL_CL_H)
 #  include <CL/cl.h>
 #endif