diff options
Diffstat (limited to 'package/openal/Config.in')
-rw-r--r-- | package/openal/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/openal/Config.in b/package/openal/Config.in new file mode 100644 index 0000000000..0f9d03da83 --- /dev/null +++ b/package/openal/Config.in @@ -0,0 +1,14 @@ +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 |