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 # pthread_condattr_setclock
7 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
9 AudioProcessing library based on Google's implementation of
12 http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
14 comment "webrtc-audio-processing needs a toolchain w/ C++, NPTL, gcc >= 4.8"
15 depends on BR2_arm || BR2_i386 || BR2_x86_64
16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
17 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8