瀏覽代碼

webrtc-audio-processing: disable unsupported target architectures

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>
Samuel Martin 13 年之前
父節點
當前提交
e08c28f945
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/webrtc-audio-processing/Config.in

+ 1 - 0
package/webrtc-audio-processing/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING
 config BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING
 	bool "webrtc-audio-processing"
 	bool "webrtc-audio-processing"
+	depends on BR2_arm || BR2_i386 || BR2_x86_64
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_INSTALL_LIBSTDCPP
 	help
 	help
 	  AudioProcessing library based on Google's implementation of
 	  AudioProcessing library based on Google's implementation of