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_GCC_AT_LEAST_4_8
6 depends on BR2_TOOLCHAIN_HAS_THREADS
8 AudioProcessing library based on Google's implementation of
11 http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
13 comment "webrtc-audio-processing needs a toolchain w/ C++, threads, gcc >= 4.8"
14 depends on BR2_arm || BR2_i386 || BR2_x86_64
15 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
16 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8