tcpreplay: Bump version to v4.2.0
[buildroot-gz.git] / package / portaudio / Config.in
blob252a92a650ceaa8d020dbb5eac71b65edc2e0eef
1 comment "portaudio needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
4 config BR2_PACKAGE_PORTAUDIO
5         bool "portaudio"
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         help
8           PortAudio is a free, cross-platform, open-source,
9           audio I/O library.
11           http://www.portaudio.com/
13 if BR2_PACKAGE_PORTAUDIO
15 config BR2_PACKAGE_PORTAUDIO_ALSA
16         bool "alsa support"
17         select BR2_PACKAGE_ALSA_LIB
18         default y
19         help
20           Compile with ALSA support.
22 config BR2_PACKAGE_PORTAUDIO_OSS
23         bool "oss support"
24         help
25           Compile with OSS support.
27 config BR2_PACKAGE_PORTAUDIO_CXX
28         bool "C++ bindings"
29         depends on BR2_INSTALL_LIBSTDCPP
30         help
31           Enables C++ bindings.
33 endif # BR2_PACKAGE_PORTAUDIO