Audaspace: Disabling FFTW building as this stuff is unused atm anyway.

This commit is contained in:
Joerg Mueller
2010-08-16 12:27:51 +00:00
parent 78d96324ae
commit 77e286fee9
3 changed files with 18 additions and 18 deletions

View File

@@ -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')