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 /intern/audaspace
parent2d9be2226a7b8ec35f3055743f3d6e381fe78757 (diff)
Fully disable AUD's FFTW3 usage.
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/audaspace/Makefile b/intern/audaspace/Makefile
index c1a613af1ae..2f7bd8c79ff 100644
--- a/intern/audaspace/Makefile
+++ b/intern/audaspace/Makefile
@@ -57,6 +57,7 @@ ifeq ($(WITH_SNDFILE),true)
DIRS += sndfile
endif
+# Not in use currently, see also source/Makefile and r31375
#ifeq ($(WITH_FFTW3),true)
# DIRS += fftw
#endif