[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22318] trunk/lib/win64/fftw3: fftw: fixing lib to compile with blender

Daniel Genrich daniel.genrich at gmx.net
Sun Aug 9 14:43:17 CEST 2009


Revision: 22318
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22318
Author:   genscher
Date:     2009-08-09 14:43:16 +0200 (Sun, 09 Aug 2009)

Log Message:
-----------
fftw: fixing lib to compile with blender

Modified Paths:
--------------
    trunk/lib/win64/fftw3/config.h
    trunk/lib/win64/fftw3/lib/libfftw.lib

Modified: trunk/lib/win64/fftw3/config.h
===================================================================
--- trunk/lib/win64/fftw3/config.h	2009-08-09 12:17:49 UTC (rev 22317)
+++ trunk/lib/win64/fftw3/config.h	2009-08-09 12:43:16 UTC (rev 22318)
@@ -183,7 +183,7 @@
 /* #undef HAVE_MPI */
 
 /* Define to enable OpenMP */
-#define HAVE_OPENMP 1
+/* #define HAVE_OPENMP 1 */
 
 /* Define to 1 if you have the `posix_memalign' function. */
 /* #undef HAVE_POSIX_MEMALIGN */
@@ -311,7 +311,7 @@
 #define SIZEOF_PTRDIFF_T 4
 
 /* The size of `size_t', as computed by sizeof. */
-#define SIZEOF_SIZE_T 4
+#define SIZEOF_SIZE_T 8
 
 /* The size of `unsigned int', as computed by sizeof. */
 #define SIZEOF_UNSIGNED_INT 4

Modified: trunk/lib/win64/fftw3/lib/libfftw.lib
===================================================================
(Binary files differ)





More information about the Bf-blender-cvs mailing list