]> Git Repo - buildroot-mgba.git/commitdiff
libmad: force architecture-specific optimisations on AVR32
authorGilles Talis <[email protected]>
Fri, 22 Feb 2013 20:15:54 +0000 (20:15 +0000)
committerPeter Korsgaard <[email protected]>
Sat, 23 Feb 2013 20:39:55 +0000 (21:39 +0100)
Fixes:
http://autobuild.buildroot.net/results/e01f5a5484299dce1797966445f3972583c67b22
http://autobuild.buildroot.net/results/7ed0563fbbfc19c93ec5be35d3b6a95e496b4c5d

Signed-off-by: Gilles Talis <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/libmad/Config.in

index d0edc497c43abd7e7726a606cef5dacdee6a956f..80ed85357dfb718404539bab1a61747d6a3b0763 100644 (file)
@@ -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
This page took 0.034134 seconds and 4 git commands to generate.