From e7030a4995aa6a97dafa3f35071c6827f062eeb7 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Sun, 13 May 2012 12:11:40 -0300 Subject: [PATCH] ... --- src/framework/sound/soundmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/sound/soundmanager.cpp b/src/framework/sound/soundmanager.cpp index a6a9bff5..37151f24 100644 --- a/src/framework/sound/soundmanager.cpp +++ b/src/framework/sound/soundmanager.cpp @@ -224,7 +224,7 @@ SoundSourcePtr SoundManager::createSoundSource(const std::string& filename) streamSource->setSoundFile(soundFile); source = streamSource; -#if defined __linux && !defined OPENGLES +#if defined __linux && !defined OPENGL_ES // due to OpenAL implementation bug, stereo buffers are always downmixed to mono on linux systems // this is hack to work around the issue // solution taken from http://opensource.creative.com/pipermail/openal/2007-April/010355.html