The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / webrtc-audio-processing / Config.in
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_HAS_THREADS
6         help
7           AudioProcessing library based on Google's implementation of
8           WebRTC.
9
10           http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
11
12 comment "webrtc-audio-processing needs a toolchain w/ C++, threads"
13         depends on BR2_arm || BR2_i386 || BR2_x86_64
14         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)