mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fixed building using system portaudio
This commit is contained in:
parent
576940433a
commit
4c6cae2570
@ -221,6 +221,10 @@ function osdmodulesbuild()
|
||||
defines {
|
||||
"NO_USE_PORTAUDIO",
|
||||
}
|
||||
else
|
||||
includedirs {
|
||||
ext_includedir("portaudio"),
|
||||
}
|
||||
end
|
||||
|
||||
if _OPTIONS["NO_USE_MIDI"]=="1" then
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#ifndef NO_USE_PORTAUDIO
|
||||
|
||||
#include "portaudio/include/portaudio.h"
|
||||
#include <portaudio.h>
|
||||
#include "modules/lib/osdobj_common.h"
|
||||
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user