mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 13:50:22 -05:00
Linux: Add libao to DSL_NULL plugin so I get audio in linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@89 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -5,6 +5,7 @@ files = ["DSPHandler.cpp",
|
||||
"main.cpp",
|
||||
"Config.cpp",
|
||||
"Globals.cpp",
|
||||
"PCHW/AOSoundStream.cpp",
|
||||
"PCHW/Mixer.cpp",
|
||||
"UCodes/UCode_AX.cpp",
|
||||
"UCodes/UCode_CARD.cpp",
|
||||
@@ -14,4 +15,5 @@ files = ["DSPHandler.cpp",
|
||||
"UCodes/UCodes.cpp",
|
||||
"UCodes/UCode_Zelda.cpp",
|
||||
]
|
||||
env.SharedLibrary("../../../../Binary/linux/Plugins/dsphle.so", files, LIBS = ["common"])
|
||||
dspenv=env.Copy(LINKFLAGS = "`pkg-config --libs ao` ")
|
||||
dspenv.SharedLibrary("../../../../Binary/linux/Plugins/dsphle.so", files, LIBS = ["common"])
|
||||
|
||||
Reference in New Issue
Block a user