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:
authorJoerg Mueller <nexyon@gmail.com>2011-06-23 21:30:56 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-06-23 21:30:56 +0400
commit413bc87e4f18bb46eeb2f2f52b5278d182b51de8 (patch)
tree6d67ac820f672bd132ebb628381b0a793403ff7c /source/gameengine/Ketsji/KX_SoundActuator.cpp
parentcc246eaca7bc385738658672e66a5bca8872d5a1 (diff)
parente7c6b535b0140876ef1b5650c7b259093f07c4b3 (diff)
Merge with trunk r37757.
Diffstat (limited to 'source/gameengine/Ketsji/KX_SoundActuator.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_SoundActuator.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_SoundActuator.cpp b/source/gameengine/Ketsji/KX_SoundActuator.cpp
index 6f8bb4bf087..0e7b00aeb24 100644
--- a/source/gameengine/Ketsji/KX_SoundActuator.cpp
+++ b/source/gameengine/Ketsji/KX_SoundActuator.cpp
@@ -36,7 +36,11 @@
#include "KX_SoundActuator.h"
-#include "AUD_C-API.h"
+
+#ifdef WITH_AUDASPACE
+# include "AUD_C-API.h"
+#endif
+
#include "KX_GameObject.h"
#include "KX_PyMath.h" // needed for PyObjectFrom()
#include <iostream>