fix some OpenAL unresolved symbols on linux

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2779 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2009-03-28 17:18:34 +00:00
parent 409f10ed6e
commit b20f2c17af
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// http://code.google.com/p/dolphin-emu/
#include "OpenAlStream.h"
#include "OpenALStream.h"
#define AUDIO_NUMBUFFERS (4)

View File

@ -4,6 +4,7 @@ Import('env')
files = [
'AOSoundStream.cpp',
'OpenALStream.cpp',
'WaveFile.cpp',
'Mixer.cpp',
'AudioCommon.cpp',