diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-12-03 13:22:21 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-12 19:47:17 +0100 |
commit | 69e80d6ce42c6b1a19f6cc79d68cedd91111cc37 (patch) | |
tree | 623e2200aee343438383879d4977ee13de437053 | |
parent | 88d66f691a4c4e7dbdb8d8509bc1bdd1e3c329ef (diff) | |
download | ffmpeg-69e80d6ce42c6b1a19f6cc79d68cedd91111cc37.tar.gz |
mips: i6400 core does have an FPU, so not disable it
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4161,7 +4161,6 @@ elif enabled mips; then i6400) disable mipsdsp disable mipsdspr2 - disable mipsfpu check_cflags "-mtune=i6400 -mabi=64" && check_cflags "-mfp64 -msched-weight -mload-store-pairs -funroll-loops" && check_ldflags "-mabi=64" && |