diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-03-28 17:18:34 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-03-28 17:18:34 +0000 |
| commit | b20f2c17af166a2619ac801a394533a5448a121d (patch) | |
| tree | 7d533f092532f5ed524e1edad97dde429c0624c5 /Source/Core/AudioCommon/Src/SConscript | |
| parent | 409f10ed6e63b54998e67d26f6c312fddafe94f5 (diff) | |
fix some OpenAL unresolved symbols on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2779 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 4979919b46..cfd1cbe6b7 100644 --- a/Source/Core/AudioCommon/Src/SConscript +++ b/Source/Core/AudioCommon/Src/SConscript @@ -4,6 +4,7 @@ Import('env') files = [ 'AOSoundStream.cpp', + 'OpenALStream.cpp', 'WaveFile.cpp', 'Mixer.cpp', 'AudioCommon.cpp', |
