2013-10-13 16:55:32 +02:00
|
|
|
comment "portaudio needs a toolchain w/ threads"
|
2013-05-22 16:24:05 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
2011-08-07 00:42:07 +02:00
|
|
|
config BR2_PACKAGE_PORTAUDIO
|
|
|
|
bool "portaudio"
|
2013-05-22 16:24:05 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2011-08-07 00:42:07 +02:00
|
|
|
help
|
|
|
|
PortAudio is a free, cross-platform, open-source,
|
|
|
|
audio I/O library.
|
|
|
|
|
|
|
|
http://www.portaudio.com/
|
|
|
|
|
|
|
|
if BR2_PACKAGE_PORTAUDIO
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PORTAUDIO_ALSA
|
|
|
|
bool "alsa support"
|
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
2012-09-18 09:21:37 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
2011-08-07 00:42:07 +02:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Compile with ALSA support.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PORTAUDIO_OSS
|
|
|
|
bool "oss support"
|
|
|
|
help
|
|
|
|
Compile with OSS support.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PORTAUDIO_CXX
|
|
|
|
bool "C++ bindings"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Enables C++ bindings.
|
|
|
|
|
|
|
|
endif # BR2_PACKAGE_PORTAUDIO
|