Disabled portaudio on osx for now
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3062 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c3926a35ae
commit
9e427a4e59
|
@ -243,8 +243,11 @@ env['HAVE_AO'] = conf.CheckPKG('ao')
|
|||
# Sound lib
|
||||
env['HAVE_OPENAL'] = conf.CheckPKG('openal')
|
||||
|
||||
if sys.platform != 'darwin':
|
||||
# needed for mic
|
||||
env['HAVE_PORTAUDIO'] = conf.CheckPortaudio(1890)
|
||||
env['HAVE_PORTAUDIO'] = conf.CheckPortaudio(1890)
|
||||
else:
|
||||
env['HAVE_PORTAUDIO'] = 0
|
||||
|
||||
# sfml
|
||||
env['HAVE_SFML'] = 0
|
||||
|
|
Loading…
Reference in New Issue