diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-08-15 17:03:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-26 17:16:54 +0200 |
commit | 02f749b5b2f4532c5b2daed539b4b5634b28a260 (patch) | |
tree | b01186e7fad3c5d0d637baeb2ab1a00b7ee45e98 | |
parent | 30a87d332779f8dda1260ad7947c5482427cd447 (diff) | |
download | buildroot-02f749b5b2f4532c5b2daed539b4b5634b28a260.tar.gz buildroot-02f749b5b2f4532c5b2daed539b4b5634b28a260.zip |
package/ffmpeg: re-enable for mips64r2 and mips64r6
ffmpeg 3 fixed support for mips64r2 and mips64r6, for details see
http://patchwork.ozlabs.org/patch/626756/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/ffmpeg/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in index 096ff95c29..6b7a6e7b1f 100644 --- a/package/ffmpeg/Config.in +++ b/package/ffmpeg/Config.in @@ -1,8 +1,7 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS bool # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2 - # ffmpeg's configure script only supports mips64 (r1) variant - default y if !BR2_nios2 && !BR2_mips_64r2 && !BR2_mips_64r6 + default y if !BR2_nios2 menuconfig BR2_PACKAGE_FFMPEG bool "ffmpeg" |