nginx-nasxi: new package
[buildroot-gz.git] / package / webrtc-audio-processing / Config.in
blob7c69903555678879708474b3dc62ce8259766d95
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
7         help
8           AudioProcessing library based on Google's implementation of
9           WebRTC.
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