board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / webrtc-audio-processing / Config.in
blob02715b080a03ae9b4abf9ecb17e0ff6ec4c23641
1 config BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING_ARCH_SUPPORTS
2         bool
3         default y if BR2_arm || BR2_i386 || BR2_x86_64
5 config BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING
6         bool "webrtc-audio-processing"
7         depends on BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING_ARCH_SUPPORTS
8         depends on BR2_INSTALL_LIBSTDCPP
9         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
10         # pthread_condattr_setclock
11         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
12         help
13           AudioProcessing library based on Google's implementation of
14           WebRTC.
16           http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
18 comment "webrtc-audio-processing needs a toolchain w/ C++, NPTL, gcc >= 4.8"
19         depends on BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING_ARCH_SUPPORTS
20         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
21                 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8