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:
authorDiego Borghetti <bdiego@gmail.com>2009-08-26 01:25:41 +0400
committerDiego Borghetti <bdiego@gmail.com>2009-08-26 01:25:41 +0400
commitcfcd355c27ba1f923d04dec1f735989b260b190c (patch)
tree169a68bfb13b4d9a4384af336272b2fa144554b0 /intern/audaspace
parent91cd6fe2c4ff44f721e4ef1b3aa8f48a2ddb8501 (diff)
Update Makefile and missing include on voxeldata.c
Note that With libsndfile also need libflac and libogg here (Linux), right now I just add this two librarys to the NAN_SNDFILELIBS, but maybe it's better split this ? (NAN_FLAC/NAN_OGG)
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/intern/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/audaspace/intern/Makefile b/intern/audaspace/intern/Makefile
index a99f44c54d7..4bdca04c1cb 100644
--- a/intern/audaspace/intern/Makefile
+++ b/intern/audaspace/intern/Makefile
@@ -47,7 +47,7 @@ endif
ifeq ($(WITH_JACK),true)
CPPFLAGS += -DWITH_JACK
- CPPFLAGS += -I$(NAN_JACKCFLAGS)
+ CPPFLAGS += $(NAN_JACKCFLAGS)
CPPFLAGS += -I../jack
endif
@@ -58,6 +58,7 @@ endif
ifeq ($(WITH_SNDFILE),true)
CPPFLAGS += -DWITH_SNDFILE
+ CPPFLAGS += -I../sndfile
endif
CPPFLAGS += -I$(LCGDIR)/samplerate/include/