vcpkg/ports/portaudio
Etienne Dechamps 75744206ed [portaudio] Enable debug output (#4592)
* [portaudio] Enable debug output.

This is enabled by default in the original MSVC project in the PortAudio
distribution, but not in their CMake build. This commit fixes the
regression.

I don't think there are any performance concerns with this, as PortAudio
(AFAICT) does not log from performance-critical code.

Note that this change might still be somewhat controversial, because
PortAudio will by default dump its debug output directly to stderr,
which is not particularly nice. However, the alternative is not having
any way for end users to troubleshoot PortAudio issues at all, which
IMHO is worse. Applications can always call
`PaUtil_SetDebugPrintFunction()` to redirect the output away from
stderr, and I encourage them to do so.

* [portaudio] Bump control version
2018-11-07 23:50:51 -08:00
..
cmakelists-install.patch [portaudio] Do not rename DLLs. Fix patchfile. 2017-03-07 13:30:38 -08:00
CONTROL [portaudio] Add pa_win_waveformat.h to public includes (#4582) 2018-11-07 23:45:26 -08:00
crt_linkage_build_config.patch Leave crt linkage and build type in vcpkges hands and add some verbosity to build options 2017-06-06 11:02:33 +02:00
find_dsound.patch Make sure dsound uses version and header of current environment 2017-06-06 10:11:54 +02:00
pa_win_waveformat.patch [portaudio] Add pa_win_waveformat.h to public includes (#4582) 2018-11-07 23:45:26 -08:00
portfile.cmake [portaudio] Enable debug output (#4592) 2018-11-07 23:50:51 -08:00
wasapi_support.patch [portaudio] fix wasapi support (#4236) (#4517) 2018-10-23 16:43:28 -07:00