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>2009-12-29 02:40:20 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-12-29 02:40:20 +0300
commit42154ad226d7f5be0bb5ca80250b0dcc395db9cc (patch)
tree764bb46eb9269b3c038d23002cf408d48a61b0f1 /source/Makefile
parentd741b3723633f68c960d5fb1ff677f7a72e652ac (diff)
Add audaspace/fftw to Makefile system.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 37b528f4aed..e08def0f9e2 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -137,6 +137,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
+
ifneq ($(NAN_NO_KETSJI),true)
COMLIB += $(OCGDIR)/gameengine/bloutines/$(DEBUG_DIR)libbloutines.a
COMLIB += $(OCGDIR)/gameengine/blconverter/$(DEBUG_DIR)libblconverter.a