mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 11:19:43 +00:00
[Portaudio] Disable debug logging by default (#9877)
* Disable debug logging * Update version of port * Added in debug logging to debug builds only. Still removed from release * Simplified portfile
This commit is contained in:
parent
d09f4faf52
commit
e9b976af70
@ -1,4 +1,4 @@
|
||||
Source: portaudio
|
||||
Version: 2019-11-5
|
||||
Version: 2020-02-02
|
||||
Homepage: https://app.assembla.com/spaces/portaudio/wiki
|
||||
Description: PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.
|
@ -13,12 +13,13 @@ vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DPA_USE_DS=ON
|
||||
-DPA_USE_DS=ON
|
||||
-DPA_USE_WASAPI=ON
|
||||
-DPA_USE_WDMKS=ON
|
||||
-DPA_USE_WMME=ON
|
||||
-DPA_ENABLE_DEBUG_OUTPUT:BOOL=ON
|
||||
-DPA_LIBNAME_ADD_SUFFIX=OFF
|
||||
OPTIONS_DEBUG
|
||||
-DPA_ENABLE_DEBUG_OUTPUT:BOOL=ON
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user