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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-02-17 23:45:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-17 23:45:27 +0400
commit383756be486826ca61fa9b5ea9341ef21b800c18 (patch)
tree2c37eb59ac82c6e33c7816dff1892109ce369da4 /source/blender/blenkernel/BKE_sound.h
parent61596d5bb365a96b4b19adf0ef72ec1ea47212aa (diff)
Fixed compilation error cased by recent refactor of include guard defines.
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index 90477647b88..8b01dbde531 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -79,7 +79,7 @@ void sound_load(struct Main *main, struct bSound* sound);
void sound_free(struct bSound* sound);
-#ifdef AUD_CAPI
+#ifdef __AUD_C_API_H__
AUD_Device* sound_mixdown(struct Scene *scene, AUD_DeviceSpecs specs, int start, float volume);
#endif