Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] webrtc-audio-processing: disable unsupported target architectures
@ 2012-06-04 18:48 Samuel Martin
  2012-06-04 21:12 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Martin @ 2012-06-04 18:48 UTC (permalink / raw)
  To: buildroot

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>

diff --git a/package/webrtc-audio-processing/Config.in b/package/webrtc-audio-processing/Config.in
index e33fc57..90341d6 100644
--- a/package/webrtc-audio-processing/Config.in
+++ b/package/webrtc-audio-processing/Config.in
@@ -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
-- 
1.7.10.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] webrtc-audio-processing: disable unsupported target architectures
  2012-06-04 18:48 [Buildroot] [PATCH 1/1] webrtc-audio-processing: disable unsupported target architectures Samuel Martin
@ 2012-06-04 21:12 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-06-04 21:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:

 Samuel> Currently, webrtc-audio-processing only provides support for the following
 Samuel> architectures (see src/typedefs.h from the source directory):
 Samuel> - x86_64
 Samuel> - i*86
 Samuel> - armel

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-04 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 18:48 [Buildroot] [PATCH 1/1] webrtc-audio-processing: disable unsupported target architectures Samuel Martin
2012-06-04 21:12 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox