[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32672] trunk/blender: Fully disable AUD' s FFTW3 usage.

gsr b3d gsr.b3d at infernal-iceberg.com
Sun Oct 24 02:09:23 CEST 2010


Revision: 32672
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32672
Author:   gsrb3d
Date:     2010-10-24 02:09:23 +0200 (Sun, 24 Oct 2010)

Log Message:
-----------
Fully disable AUD's FFTW3 usage.

Modified Paths:
--------------
    trunk/blender/intern/audaspace/Makefile
    trunk/blender/source/Makefile

Modified: trunk/blender/intern/audaspace/Makefile
===================================================================
--- trunk/blender/intern/audaspace/Makefile	2010-10-23 20:42:26 UTC (rev 32671)
+++ trunk/blender/intern/audaspace/Makefile	2010-10-24 00:09:23 UTC (rev 32672)
@@ -57,6 +57,7 @@
   DIRS += sndfile
 endif
 
+# Not in use currently, see also source/Makefile and r31375
 #ifeq ($(WITH_FFTW3),true)
 #  DIRS += fftw
 #endif

Modified: trunk/blender/source/Makefile
===================================================================
--- trunk/blender/source/Makefile	2010-10-23 20:42:26 UTC (rev 32671)
+++ trunk/blender/source/Makefile	2010-10-24 00:09:23 UTC (rev 32672)
@@ -129,9 +129,10 @@
 ifeq ($(WITH_SNDFILE),true)
     COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_sndfile.a
 endif
-ifeq ($(WITH_FFTW3),true)
-    COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_fftw.a
-endif
+# Not in use currently, see also intern/audaspace/Makefile and r31375
+#ifeq ($(WITH_FFTW3),true)
+#    COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_fftw.a
+#endif
 COMLIB += $(NAN_SAMPLERATE)/lib/$(DEBUG_DIR)libsamplerate.a
 COMLIB += $(NAN_LZO)/lib/$(DEBUG_DIR)libminilzo.a
 COMLIB += $(NAN_LZMA)/lib/$(DEBUG_DIR)liblzma.a





More information about the Bf-blender-cvs mailing list