mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-21 12:41:09 +00:00
Remove the AO dependency for DSP LLE, which is silly
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5103 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a3f7e4fc73
commit
1824b5b25a
@ -6,10 +6,6 @@ import sys
|
|||||||
|
|
||||||
name = "Plugin_DSP_LLE"
|
name = "Plugin_DSP_LLE"
|
||||||
|
|
||||||
if not env['HAVE_AO']:
|
|
||||||
print name + " must have AO to be build"
|
|
||||||
Return()
|
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
"Config.cpp",
|
"Config.cpp",
|
||||||
"DSPDebugInterface.cpp",
|
"DSPDebugInterface.cpp",
|
||||||
@ -39,5 +35,5 @@ else:
|
|||||||
LIBS = [ 'dspcore', 'audiocommon', 'common' ],
|
LIBS = [ 'dspcore', 'audiocommon', 'common' ],
|
||||||
)
|
)
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
lleenv['FRAMEWORKS'] = ['CoreFoundation', 'System', 'CoreAudio', 'CoreServices' ]
|
lleenv['FRAMEWORKS'] = [ 'CoreAudio', 'CoreServices', 'AudioUnit' ]
|
||||||
lleenv.SharedLibrary(env['plugin_dir']+name, files)
|
lleenv.SharedLibrary(env['plugin_dir']+name, files)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user