diff options
| author | Todd <todd@tneal.org> | 2019-03-15 12:23:02 -0500 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-15 10:23:02 -0700 |
| commit | 532528903c437ca59a1b7fcd3841b668ef6892cc (patch) | |
| tree | c6317a392f734c9ead4ee7479dfb60325e568c20 /ports/portaudio/CONTROL | |
| parent | 830087d679b4b963f7cd025ee8e03e3dfc1f7cc8 (diff) | |
| download | vcpkg-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/CONTROL | 2 |
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.
|
