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:
authorJörg Müller <nexyon@gmail.com>2015-07-28 15:52:21 +0300
committerJörg Müller <nexyon@gmail.com>2015-07-28 15:53:06 +0300
commitbe047fe455b8a289b2ebc43af81374510c0b6a06 (patch)
tree7faad613ac13126848c8328568ca28e25b753e01 /source/blender/blenkernel/intern/sound.c
parentf29625922f61c772e01a9bf2902a41bd4e4e264e (diff)
Audaspace: building without audaspace.
- Fixed building without for cmake. - Scons can now build without audaspace too.
Diffstat (limited to 'source/blender/blenkernel/intern/sound.c')
-rw-r--r--source/blender/blenkernel/intern/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index 091498653e6..88d14333fb2 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -864,7 +864,7 @@ bool BKE_sound_is_jack_supported(void)
#include "BLI_utildefines.h"
-void BKE_sound_force_device(int UNUSED(device)) {}
+void BKE_sound_force_device(const char *UNUSED(device)) {}
void BKE_sound_init_once(void) {}
void BKE_sound_init(struct Main *UNUSED(bmain)) {}
void BKE_sound_exit(void) {}