[FFmpeg-devel] [PATCH v2 06/13] MIPS i6400 core does have an FPU, so not disable it

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Nov 18 12:13:42 CET 2015


Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
Changes v1 -> v2:
 - Fix a grammar mistake in the commit log. Change "do has" by "does
   have". Thanks to Moritz Barsnick:
   https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2015-November/183437.html

 configure |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index d0685f3..d14b02b 100755
--- a/configure
+++ b/configure
@@ -4100,7 +4100,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" &&
-- 
1.7.1



More information about the ffmpeg-devel mailing list