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:
authorCampbell Barton <ideasman42@gmail.com>2012-02-18 01:07:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-18 01:07:18 +0400
commit379527581b51274d0624b72fddd016679ff2f4a3 (patch)
treed5d7726144ace01fce50ddc32cbdc8033b815457 /source/blender/blenkernel
parent48006292d8b3c6c8dd4bfe87bdbe271db93cffff (diff)
parentc628f04a7c39bcd178d06448f9ca5e9324141f50 (diff)
svn merge ^/trunk/blender -r44204:44213
Diffstat (limited to 'source/blender/blenkernel')
-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