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/intern
diff options
context:
space:
mode:
authorFrank van Beek <frank@iae.nl>2003-02-09 23:51:14 +0300
committerFrank van Beek <frank@iae.nl>2003-02-09 23:51:14 +0300
commite20e2c0201f3e9dc0cc20baaa3d8f924374cb720 (patch)
tree160cd4788a402c433cbcae4a8c85bf955d5b72ed /intern
parent5b8aee77a2199ab437b3bb32d51b22a0858d2158 (diff)
- build and link against OpenAL instead of FMod on windows
Note: this needs to be changed in the projectfiles as well
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/SND_DependKludge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/SoundSystem/SND_DependKludge.h b/intern/SoundSystem/SND_DependKludge.h
index 48679c8d87a..e924df5889b 100644
--- a/intern/SoundSystem/SND_DependKludge.h
+++ b/intern/SoundSystem/SND_DependKludge.h
@@ -35,7 +35,7 @@
*/
#if defined (_WIN32)
-#define USE_FMOD
+#define USE_OPENAL
#elif defined (__linux__)
# if defined (__i386__)
# define USE_OPENAL