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/config
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2009-08-26 00:42:21 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-26 00:42:21 +0400
commit91cd6fe2c4ff44f721e4ef1b3aa8f48a2ddb8501 (patch)
treec52c2c616999eb757d7171d277d70f254e3a9bcf /config
parent37144b81784356be71e254148de3ed20db34cf06 (diff)
libsndfile is not available yet for darwin, builders feel free to add the lib!
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index ba1d12542d0..92f70d716fc 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -112,6 +112,12 @@ BF_JACK_INC = '${BF_JACK}/include/jack'
BF_JACK_LIB = 'jack'
BF_JACK_LIBPATH = '${BF_JACK}/lib'
+WITH_BF_SNDFILE = False
+BF_SNDFILE = LIBDIR + '/sndfile'
+BF_SNDFILE_INC = '${BF_SNDFILE}/include'
+BF_SNDFILE_LIB = 'sndfile'
+BF_SNDFILE_LIBPATH = '${BF_SNDFILE}/lib'
+
WITH_BF_SDL = True
BF_SDL = LIBDIR + '/sdl' #$(shell sdl-config --prefix)
BF_SDL_INC = '${BF_SDL}/include' #$(shell $(BF_SDL)/bin/sdl-config --cflags)