Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2010-08-16 16:27:51 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-08-16 16:27:51 +0400
commit77e286fee9f453ee4f26b3050a2258442a3a456c (patch)
tree709d039c90fcf25249e0144cf6b13a64a1984a71 /intern/audaspace/SConscript
parent78d96324ae7dd82dbf76399b863820d2a04fc0af (diff)
Audaspace: Disabling FFTW building as this stuff is unused atm anyway.
Diffstat (limited to 'intern/audaspace/SConscript')
-rw-r--r--intern/audaspace/SConscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/intern/audaspace/SConscript b/intern/audaspace/SConscript
index 35c457aad4e..02156169b0d 100644
--- a/intern/audaspace/SConscript
+++ b/intern/audaspace/SConscript
@@ -31,10 +31,10 @@ if env['WITH_BF_SNDFILE']:
incs += ' sndfile ' + env['BF_SNDFILE_INC']
defs.append('WITH_SNDFILE')
-if env['WITH_BF_FFTW3']:
- sources += env.Glob('fftw/*.cpp')
- incs += ' fftw ' + env['BF_FFTW3_INC']
- defs.append('WITH_FFTW3')
+#if env['WITH_BF_FFTW3']:
+# sources += env.Glob('fftw/*.cpp')
+# incs += ' fftw ' + env['BF_FFTW3_INC']
+# defs.append('WITH_FFTW3')
if env['WITH_BF_PYTHON']:
sources += env.Glob('Python/*.cpp')