2015-12-07 22:01:08 +01:00
|
|
|
config BR2_PACKAGE_OPENAL
|
|
|
|
bool "openal"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-12-16 12:16:42 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2015-12-07 22:01:08 +01:00
|
|
|
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
|
|
|
|
|
2015-12-16 12:16:42 +01:00
|
|
|
comment "openal needs a toolchain w/ NPTL, C++"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
|
|
|
|
|| !BR2_INSTALL_LIBSTDCPP
|