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>2009-08-06 17:01:24 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-08-06 17:01:24 +0400
commit9eff68a9e91f79b29dcbf133c5b626a9c54bfeb0 (patch)
tree68bc07c5ea3eba3be0a1f485bda71c1af6245aa4 /config/win32-mingw-config.py
parentc443f0161b6059fde88437d43458819da5c99073 (diff)
* further cleanup of windows defaults for openal
Diffstat (limited to 'config/win32-mingw-config.py')
-rw-r--r--config/win32-mingw-config.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 51cd120dc72..5711fa8e0a8 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -16,13 +16,10 @@ BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
BF_PYTHON_LIB_STATIC = '${BF_PYTHON}/lib/libpython${BF_PYTHON_VERSION[0]}${BF_PYTHON_VERSION[2]}.a'
WITH_BF_OPENAL = True
-WITH_BF_STATICOPENAL = False
BF_OPENAL = LIBDIR + '/openal'
BF_OPENAL_INC = '${BF_OPENAL}/include'
-BF_OPENAL_LIB = 'dxguid openal_static'
+BF_OPENAL_LIB = 'OpenAL32 wrap_oal'
BF_OPENAL_LIBPATH = '${BF_OPENAL}/lib'
-# Warning, this static lib configuration is untested! users of this OS please confirm.
-BF_OPENAL_LIB_STATIC = '${BF_OPENAL}/lib/libopenal.a'
WITH_BF_FFMPEG = False
BF_FFMPEG_LIB = 'avformat swscale avcodec avutil avdevice xvidcore x264'