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-30 13:10:31 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-30 13:10:31 +0400
commitc34d49cc5b2d3bdd72f44b77b85c12e7b1717c17 (patch)
tree6265c31224d66d6920243348a6de93a29092e5e5 /config
parent970c9214b543c95921dbb51a681457b5d6597133 (diff)
Fix for libsndfile in mingw scons config.
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 26fa0835255..e3834c41a81 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -35,7 +35,7 @@ BF_JACK_LIBPATH = '${BF_JACK}/lib'
WITH_BF_SNDFILE = False
BF_SNDFILE = LIBDIR + '/sndfile'
BF_SNDFILE_INC = '${BF_SNDFILE}/include'
-BF_SNDFILE_LIB = 'libsndfile'
+BF_SNDFILE_LIB = 'libsndfile-1'
BF_SNDFILE_LIBPATH = '${BF_SNDFILE}/lib'
WITH_BF_SDL = True