[FFmpeg-cvslog] mips: i6400 core does have an FPU, so not disable it

Vicente Olivert Riera git at videolan.org
Sat Dec 12 20:18:20 CET 2015


ffmpeg | branch: master | Vicente Olivert Riera <Vincent.Riera at imgtec.com> | Thu Dec  3 13:22:21 2015 +0000| [69e80d6ce42c6b1a19f6cc79d68cedd91111cc37] | committer: Michael Niedermayer

mips: i6400 core does have an FPU, so not disable it

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69e80d6ce42c6b1a19f6cc79d68cedd91111cc37
---

 configure |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index c4671a6..3cefa7c 100755
--- a/configure
+++ b/configure
@@ -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" &&



More information about the ffmpeg-cvslog mailing list