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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-10-24 04:09:23 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-10-24 04:09:23 +0400
commit1de1d6537ee208b9e57b293c816bacc2e8fb990f (patch)
tree6de5d1d3740f0c82b37c2ded5eac11fb6cd1adbb /source/Makefile
parent2d9be2226a7b8ec35f3055743f3d6e381fe78757 (diff)
Fully disable AUD's FFTW3 usage.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/Makefile b/source/Makefile
index 9768dbc0010..637fbf36871 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -129,9 +129,10 @@ endif
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