aboutsummaryrefslogtreecommitdiff
path: root/ports/portaudio/CONTROL
diff options
context:
space:
mode:
authorTodd <todd@tneal.org>2019-03-15 12:23:02 -0500
committerVictor Romero <romerosanchezv@gmail.com>2019-03-15 10:23:02 -0700
commit532528903c437ca59a1b7fcd3841b668ef6892cc (patch)
treec6317a392f734c9ead4ee7479dfb60325e568c20 /ports/portaudio/CONTROL
parent830087d679b4b963f7cd025ee8e03e3dfc1f7cc8 (diff)
downloadvcpkg-532528903c437ca59a1b7fcd3841b668ef6892cc.tar.gz
vcpkg-532528903c437ca59a1b7fcd3841b668ef6892cc.zip
[portaudio]: fix Linux build (#5678)
* [portaudio]: fix Linux build Wrap some Win specific stuff in an if (WIN32) Fixes #4526 * [portaudio] Bump CONTROL version
Diffstat (limited to 'ports/portaudio/CONTROL')
-rw-r--r--ports/portaudio/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/portaudio/CONTROL b/ports/portaudio/CONTROL
index ceeec644c..d72ff808c 100644
--- a/ports/portaudio/CONTROL
+++ b/ports/portaudio/CONTROL
@@ -1,3 +1,3 @@
Source: portaudio
-Version: 19.0.6.00-4
+Version: 19.0.6.00-5
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.