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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-01-05 12:00:28 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-01-05 12:00:28 +0300
commit730634ca51d730630b083c8312b99c2b3fc7f49f (patch)
treec20e39db48c5b93d1cf92a22f38e82d75a1326de /build_files/scons/config
parent7a7760e938fc16acaa60d7a2e9c06167213536b3 (diff)
Enable sndfile by default on win64
Diffstat (limited to 'build_files/scons/config')
-rw-r--r--build_files/scons/config/win64-vc-config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_files/scons/config/win64-vc-config.py b/build_files/scons/config/win64-vc-config.py
index 8d5bfab4900..5660b4c8988 100644
--- a/build_files/scons/config/win64-vc-config.py
+++ b/build_files/scons/config/win64-vc-config.py
@@ -22,6 +22,12 @@ BF_OPENAL_INC = '${BF_OPENAL}/include '
BF_OPENAL_LIB = 'wrap_oal'
BF_OPENAL_LIBPATH = '${BF_OPENAL}/lib'
+WITH_BF_SNDFILE = True
+BF_SNDFILE = LIBDIR + '/sndfile'
+BF_SNDFILE_INC = '${BF_SNDFILE}/include'
+BF_SNDFILE_LIB = 'libsndfile-1'
+BF_SNDFILE_LIBPATH = '${BF_SNDFILE}/lib'
+
# TODO - are these useful on win32?
# BF_CXX = '/usr'
# WITH_BF_STATICCXX = False