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:
parent
409f10ed6e
commit
b20f2c17af
|
@ -16,7 +16,7 @@
|
|||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
|
||||
#include "OpenAlStream.h"
|
||||
#include "OpenALStream.h"
|
||||
|
||||
#define AUDIO_NUMBUFFERS (4)
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ Import('env')
|
|||
|
||||
files = [
|
||||
'AOSoundStream.cpp',
|
||||
'OpenALStream.cpp',
|
||||
'WaveFile.cpp',
|
||||
'Mixer.cpp',
|
||||
'AudioCommon.cpp',
|
||||
|
|
Loading…
Reference in New Issue