From: Gilles Talis Date: Fri, 22 Feb 2013 20:15:54 +0000 (+0000) Subject: libmad: force architecture-specific optimisations on AVR32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=885ae427272f31eb53fc29e8056e6e78577ddeb5;p=buildroot.git libmad: force architecture-specific optimisations on AVR32 Fixes: http://autobuild.buildroot.net/results/e01f5a5484299dce1797966445f3972583c67b22 http://autobuild.buildroot.net/results/7ed0563fbbfc19c93ec5be35d3b6a95e496b4c5d Signed-off-by: Gilles Talis Signed-off-by: Peter Korsgaard --- diff --git a/package/libmad/Config.in b/package/libmad/Config.in index d0edc497c4..80ed85357d 100644 --- a/package/libmad/Config.in +++ b/package/libmad/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBMAD bool "libmad" + select BR2_PACKAGE_LIBMAD_ASO if BR2_avr32 help High-quality MPEG audio decoder. All computations are performed with fixed-point integer arithmetic, making it ideal for systems