summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/portaudio/src/hostapi
Commit message (Collapse)AuthorAgeFilesLines
* 3rdparty/portaudio: Fixed inadvertent assignment in PulseAudio callback. Vas Crabb2023-10-241-1/+1
|
* 3rdparty/portaudio: Updated to latest upstream version. (#11604) invertego2023-10-0911-336/+3262
| | | | | | | Up-to-date with revision 24c8d575e588d557d28f4011becb753421346860. Resolves issues building with Visual Studio. Enabled PortAudio when building with Visual Studio and clang-cl. docs: Removed note about duplicate GUID symbols in PortAudio when built with MSVC.
* PortAudio: sync to upstream GitHub revision ↵ arbee2023-04-0134-8348/+10459
| | | | | | | 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.
* (nw) Clean up the mess on master Vas Crabb2019-03-263-4/+4
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-4/+4
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-063-4/+4
| | | | | | - conditionally uninitialised variables in PortAudio; - floats passed to attotime; - unsigned->signed enums (this one is technically still wrong)
* portaudio: minimal const-correctness Olivier Galibert2017-02-081-7/+8
|
* Fixed building with clang on windows, built with clang 3.91, gcc 6.3.0 & ↵ smf-2017-01-204-7/+7
| | | | msvc 2015 (nw)
* Fix MinGW cross-compilation, for real this time intealls2017-01-161-1/+1
|
* Fix PortAudio MinGW cross-compilation intealls2017-01-151-2/+2
|
* Patch PortAudio to fix MinGW compilation inte alls2017-01-111-1/+5
|
* Update PortAudio to version 20161030 inte alls2017-01-1122-6865/+995
|
* fix compile on GCC 4.4 on old Ubuntu (nw) Miodrag Milanovic2015-05-311-3/+3
|
* Added portaudio library for RB (nw) Miodrag Milanovic2015-05-2751-0/+71266