[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36358] branches/cycles/intern/cycles/util /util_math.h: Cycles: another build fix.

Brecht Van Lommel brechtvanlommel at pandora.be
Wed Apr 27 19:23:38 CEST 2011


Revision: 36358
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36358
Author:   blendix
Date:     2011-04-27 17:23:37 +0000 (Wed, 27 Apr 2011)
Log Message:
-----------
Cycles: another build fix.

Modified Paths:
--------------
    branches/cycles/intern/cycles/util/util_math.h

Modified: branches/cycles/intern/cycles/util/util_math.h
===================================================================
--- branches/cycles/intern/cycles/util/util_math.h	2011-04-27 16:56:06 UTC (rev 36357)
+++ branches/cycles/intern/cycles/util/util_math.h	2011-04-27 17:23:37 UTC (rev 36358)
@@ -62,7 +62,7 @@
 
 #endif
 
-#ifndef __KERNEL_OPENCL__
+#ifndef __KERNEL_GPU__
 
 __device_inline int max(int a, int b)
 {




More information about the Bf-blender-cvs mailing list