diff options
| author | nakeee <nakeee@gmail.com> | 2009-03-30 17:24:55 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-03-30 17:24:55 +0000 |
| commit | 58a78cb2b59aa7a2858467b0c29f75962ab1979c (patch) | |
| tree | d1e3fc1472cda8c2ba3d3c0cb7847cb777dd2e55 /Source/Core/AudioCommon/Src/SConscript | |
| parent | 6b2b1a34ee079f1c3fb8d3ac0d1d41dfbe9a3866 (diff) | |
Make openal works on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2805 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/AudioCommon/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/Src/SConscript b/Source/Core/AudioCommon/Src/SConscript index 2f64311a41..4d493c8a26 100644 --- a/Source/Core/AudioCommon/Src/SConscript +++ b/Source/Core/AudioCommon/Src/SConscript @@ -4,6 +4,7 @@ Import('env') files = [ 'AOSoundStream.cpp', + 'aldlist.cpp', 'AudioCommonConfig.cpp', 'OpenALStream.cpp', 'WaveFile.cpp', |
