8d22c08fc0
[Thomas: remove bogus comment about thread dependency.] Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
config BR2_PACKAGE_OPENAL
|
|
bool "openal"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
OpenAL provides capabilities for playing audio in a virtual
|
|
3D environment. Distance attenuation, doppler shift, and
|
|
directional sound emitters are among the features handled by
|
|
the API.
|
|
|
|
http://kcat.strangesoft.net/openal.html
|
|
|
|
comment "openal needs a toolchain w/ threads, C++"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|