summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/SConscript
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-03-30 09:55:50 +0000
committernakeee <nakeee@gmail.com>2009-03-30 09:55:50 +0000
commit37d513c53bad6fe80b0120773da8be50248da3df (patch)
treea649d8c6519fe9d4f8d88aa0f39dec5d985de0e8 /Source/Core/AudioCommon/Src/SConscript
parent5987dbf7baaf19d8eed828b6a5555559a20766fe (diff)
Added dtk sound mixing to audiocommon (should work with LLE now)
And also moved all common setting to audiocommonconfig git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2796 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/SConscript')
-rw-r--r--Source/Core/AudioCommon/Src/SConscript7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Core/AudioCommon/Src/SConscript b/Source/Core/AudioCommon/Src/SConscript
index cfd1cbe6b7..2f64311a41 100644
--- a/Source/Core/AudioCommon/Src/SConscript
+++ b/Source/Core/AudioCommon/Src/SConscript
@@ -3,9 +3,10 @@
Import('env')
files = [
- 'AOSoundStream.cpp',
- 'OpenALStream.cpp',
- 'WaveFile.cpp',
+ 'AOSoundStream.cpp',
+ 'AudioCommonConfig.cpp',
+ 'OpenALStream.cpp',
+ 'WaveFile.cpp',
'Mixer.cpp',
'AudioCommon.cpp',
]