summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/SConscript
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2011-02-03 21:35:26 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2011-02-03 21:35:26 +0000
commitac3f2d9c19a5cccb20ec53a39dbba0c803b15395 (patch)
tree833a5467154bc80ccf277a2895d12b6338b1ef54 /Source/Core/AudioCommon/Src/SConscript
parent435b25fa55b56e52508776672d8fee8d407f813b (diff)
Remove OpenAL for windows.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7053 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/SConscript')
-rw-r--r--Source/Core/AudioCommon/Src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/SConscript b/Source/Core/AudioCommon/Src/SConscript
index cd34611843..90c02a2fc1 100644
--- a/Source/Core/AudioCommon/Src/SConscript
+++ b/Source/Core/AudioCommon/Src/SConscript
@@ -18,7 +18,7 @@ else:
files += [ 'AlsaSoundStream.cpp' ]
if env['HAVE_AO']:
files += [ 'AOSoundStream.cpp' ]
- if env['HAVE_OPENAL'] or sys.platform == 'win32':
+ if env['HAVE_OPENAL']:
files += [ 'OpenALStream.cpp', 'aldlist.cpp' ]
if env['HAVE_PULSEAUDIO']:
files += [ 'PulseAudioStream.cpp' ]