more xopts
[k8sbuild.git] / xoptz / portaudio.xopt
blobc468e528753eee3a0b9929a6242f98cf780e7365
1 profile=empty
3   --with-alsa             Enable support for ALSA [autodetect]
4   --without-jack             Enable support for JACK [autodetect]
5   --without-oss              Enable support for OSS [autodetect]
6   --without-asihpi           Enable support for ASIHPI [autodetect]
7   --without-winapi           Select Windows API support ([wmme|directx|asio|wasapi|wdmks][,...]) [wmme]
8   --without-asiodir          ASIO directory [/usr/local/asiosdk2]
9   --without-dxdir            DirectX directory [/usr/local/dx7sdk]
12 !DESC
13 PortAudio -- Portable audio I/O
15 PortAudio is a free, cross-platform, open-source, audio I/O library.
16 It lets you write simple audio programs in 'C' or C++ that will
17 compile and run on many platforms including Windows, Macintosh OS X,
18 and Unix (OSS/ALSA). It is intended to promote the exchange of audio
19 software between developers on different platforms. Many applications
20 use PortAudio for Audio I/O.
22 http://www.portaudio.com/
23 !EOF