xref: /OK3568_Linux_fs/buildroot/package/portaudio/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "portaudio needs a toolchain w/ threads"
2	depends on !BR2_TOOLCHAIN_HAS_THREADS
3
4config 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.
10
11	  http://www.portaudio.com/
12
13if BR2_PACKAGE_PORTAUDIO
14
15config BR2_PACKAGE_PORTAUDIO_ALSA
16	bool "alsa support"
17	default y
18	select BR2_PACKAGE_ALSA_LIB
19	help
20	  Compile with ALSA support.
21
22config BR2_PACKAGE_PORTAUDIO_OSS
23	bool "oss support"
24	help
25	  Compile with OSS support.
26
27config BR2_PACKAGE_PORTAUDIO_CXX
28	bool "C++ bindings"
29	depends on BR2_INSTALL_LIBSTDCPP
30	help
31	  Enables C++ bindings.
32
33endif # BR2_PACKAGE_PORTAUDIO
34