webrtc-audio-processing: disable unsupported target architectures
authorSamuel Martin <s.martin49@gmail.com>
Mon, 4 Jun 2012 08:48:31 +0000 (08:48 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Jun 2012 21:11:37 +0000 (23:11 +0200)
Currently, webrtc-audio-processing only provides support for the following
architectures (see src/typedefs.h from the source directory):
- x86_64
- i*86
- armel

Fixes http://autobuild.buildroot.org/results/ff777bb06eddafa71327015e1d39fe911c1439d8

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/webrtc-audio-processing/Config.in

index e33fc57dbbf44ef4c9fb7f005c70cce27f4aab7f..90341d69fe9028d9a39585511b9eb92c2cb4c695 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING
        bool "webrtc-audio-processing"
+       depends on BR2_arm || BR2_i386 || BR2_x86_64
        depends on BR2_INSTALL_LIBSTDCPP
        help
          AudioProcessing library based on Google's implementation of