Config.in 503 B

12345678910111213
  1. config BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING
  2. bool "webrtc-audio-processing"
  3. depends on BR2_arm || BR2_i386 || BR2_x86_64
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. help
  7. AudioProcessing library based on Google's implementation of
  8. WebRTC.
  9. http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
  10. comment "webrtc-audio-processing requires a toolchain with C++ and thread support enabled"
  11. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)