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:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-04-03 13:54:38 +0400
committerDamien Plisson <damien.plisson@yahoo.fr>2010-04-03 13:54:38 +0400
commit939a83e3475d95fe95713e691d275abef6753d40 (patch)
treefb09f0ff76d44f6b874c3746656b51b727af669c /config
parentc1e55a75b8c2808e418257720643397357beca22 (diff)
OSX: CMake & scons update for Ogg/Vorbis/FLAC added support to lib SNDFILE
Note that you need to svn up the precompiled lib folder (darwin-*) too to be able to build with SNDFILE
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index b0e6948001b..bac4c9ab165 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -131,8 +131,8 @@ BF_JACK_LIBPATH = '${BF_JACK}/lib'
WITH_BF_SNDFILE = True
BF_SNDFILE = LIBDIR + '/sndfile'
BF_SNDFILE_INC = '${BF_SNDFILE}/include'
-BF_SNDFILE_LIB = 'sndfile'
-BF_SNDFILE_LIBPATH = '${BF_SNDFILE}/lib'
+BF_SNDFILE_LIB = 'sndfile FLAC ogg vorbis vorbisenc'
+BF_SNDFILE_LIBPATH = '${BF_SNDFILE}/lib ${BF_FFMPEG}/lib' #ogg libs are stored in ffmpeg dir
WITH_BF_SDL = True
BF_SDL = LIBDIR + '/sdl' #$(shell sdl-config --prefix)