diff options
author | 2023-04-01 19:03:31 -0400 | |
---|---|---|
committer | 2023-04-01 19:03:31 -0400 | |
commit | 645bbe989ba5a93397c737d3107570fd0f42d5ed (patch) | |
tree | 956b374177cccda02ebe66b81847a92ba696d732 /scripts/src | |
parent | 4acca56e7ea49639da0ab8736e7b5fbad09310e9 (diff) |
PortAudio: sync to upstream GitHub revision 0e9b386a1053261340bc8bb32335484ef77b258b [R. Belmont, PortAudio team]
* Tested and works on Windows, macOS, and Linux.
* Fixes compatibility with macOS Ventura and bugfixes WASAPI and WDM-KS on Windows.
Diffstat (limited to 'scripts/src')
-rwxr-xr-x[-rw-r--r--] | scripts/src/3rdparty.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 5744e8d5a2f..99082b6d3a7 100644..100755 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1607,11 +1607,6 @@ project "portaudio" MAME_DIR .. "3rdparty/portaudio/src/os/win", } - configuration { "mingw*" } - includedirs { - MAME_DIR .. "3rdparty/portaudio/src/hostapi/wasapi/mingw-include", - } - configuration { } files { MAME_DIR .. "3rdparty/portaudio/src/os/win/pa_win_util.c", |