>From 2f81f4c3cfd726a939d9be9d30d67118649ddc19 Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong <zhouxiaoy...@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 <zhouxiaoy...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel