package/vlc: backport upstream patches to fix compat function for static_assert
[buildroot-gz.git] / package / webrtc-audio-processing / Config.in
blob79a06d8b3fe66691584201ec46eb7ba836728878
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
8         help
9           AudioProcessing library based on Google's implementation of
10           WebRTC.
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