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


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to