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:
authorKent Mein <mein@cs.umn.edu>2009-12-17 20:42:26 +0300
committerKent Mein <mein@cs.umn.edu>2009-12-17 20:42:26 +0300
commitfcaad00bda20244a49e85175b2a6bc1b8c131c54 (patch)
treeae99e243cae434b8310c9442f443c1ef2b5771b2 /intern/audaspace
parenta1b8f1695840313d08db5863a4d16fb64e951f43 (diff)
Some fixes to get blender compiling on solaris.
Kent
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/SRC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/SRC/Makefile b/intern/audaspace/SRC/Makefile
index 5cf5f55b11f..0959ebb4bfa 100644
--- a/intern/audaspace/SRC/Makefile
+++ b/intern/audaspace/SRC/Makefile
@@ -35,7 +35,7 @@ include nan_compile.mk
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
-CPPFLAGS += -I$(LCGDIR)/samplerate/include/
+CPPFLAGS += -I$(NAN_SAMPLERATE)/include
CPPFLAGS += -I../ffmpeg
CPPFLAGS += -I../FX
CPPFLAGS += -I../SDL