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
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/fftw/Makefile1
-rw-r--r--intern/audaspace/intern/Makefile3
-rw-r--r--intern/audaspace/sndfile/Makefile1
3 files changed, 4 insertions, 1 deletions
diff --git a/intern/audaspace/fftw/Makefile b/intern/audaspace/fftw/Makefile
index e8e47537bce..c2d069d068c 100644
--- a/intern/audaspace/fftw/Makefile
+++ b/intern/audaspace/fftw/Makefile
@@ -39,3 +39,4 @@ CPPFLAGS += -I../intern
CPPFLAGS += -I../FX
CPPFLAGS += -I..
CPPFLAGS += -I.
+CPPFLAGS += -I$(BF_FFTW3)/include
diff --git a/intern/audaspace/intern/Makefile b/intern/audaspace/intern/Makefile
index 4bdca04c1cb..8b159f4a639 100644
--- a/intern/audaspace/intern/Makefile
+++ b/intern/audaspace/intern/Makefile
@@ -59,9 +59,10 @@ endif
ifeq ($(WITH_SNDFILE),true)
CPPFLAGS += -DWITH_SNDFILE
CPPFLAGS += -I../sndfile
+ CPPFLAGS += -I$(NAN_SNDFILE)/include
endif
-CPPFLAGS += -I$(LCGDIR)/samplerate/include/
+CPPFLAGS += -I$(NAN_SAMPLERATE)/include/
CPPFLAGS += -I../ffmpeg
CPPFLAGS += -I../FX
CPPFLAGS += -I../SDL
diff --git a/intern/audaspace/sndfile/Makefile b/intern/audaspace/sndfile/Makefile
index 1cf0b2683fb..0012a11203e 100644
--- a/intern/audaspace/sndfile/Makefile
+++ b/intern/audaspace/sndfile/Makefile
@@ -35,6 +35,7 @@ include nan_compile.mk
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
+CPPFLAGS += -I$(NAN_SNDFILE)/include
CPPFLAGS += -I../intern
CPPFLAGS += -I..
CPPFLAGS += -I.