[FFmpeg-devel] [PATCH 1/3] configure: disable mipsfpu for loongson3

周晓勇 zhouxiaoyong at loongson.cn
Wed May 20 12:15:49 CEST 2015


>From 2f81f4c3cfd726a939d9be9d30d67118649ddc19 Mon Sep 17 00:00:00 2001
From: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
Date: Mon, 18 May 2015 17:14:18 +0800
Subject: [PATCH 1/3] configure: disable mipsfpu for loongson3


MIPSFPU optimization does't support FATE correctly on Loongson-3.


Signed-off-by: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/configure b/configure
index 2eada0e..7152afc 100755
--- a/configure
+++ b/configure
@@ -3923,7 +3923,7 @@ elif enabled mips; then
             check_ldflags "-mabi=64"
         ;;
         loongson3*)
-            enable mipsfpu
+            disable mipsfpu
             disable mips32r2
             disable mips32r5
             disable mips64r6
-- 
2.1.4



More information about the ffmpeg-devel mailing list