mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
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/
|
// http://code.google.com/p/dolphin-emu/
|
||||||
|
|
||||||
|
|
||||||
#include "OpenAlStream.h"
|
#include "OpenALStream.h"
|
||||||
|
|
||||||
#define AUDIO_NUMBUFFERS (4)
|
#define AUDIO_NUMBUFFERS (4)
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ Import('env')
|
|||||||
|
|
||||||
files = [
|
files = [
|
||||||
'AOSoundStream.cpp',
|
'AOSoundStream.cpp',
|
||||||
|
'OpenALStream.cpp',
|
||||||
'WaveFile.cpp',
|
'WaveFile.cpp',
|
||||||
'Mixer.cpp',
|
'Mixer.cpp',
|
||||||
'AudioCommon.cpp',
|
'AudioCommon.cpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user