>From 2836a9b83ab781920b9d048ef9ce2acf9061a2a7 Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong <zhouxiaoy...@loongson.cn> Date: Thu, 7 May 2015 11:12:17 +0800 Subject: [PATCH 1/3] configure: replace arch loongson with arch extra list loongson
Signed-off-by: ZhouXiaoyong <zhouxiaoy...@loongson.cn> --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure b/configure index d3f23c8..8bb6d9f 100755 --- a/configure +++ b/configure @@ -1577,6 +1577,9 @@ ARCH_EXT_LIST_MIPS=" mipsdspr1 mipsdspr2 msa +" + +ARCH_EXT_LIST_LOONGSON=" loongson3 " @@ -1617,7 +1620,7 @@ ARCH_EXT_LIST=" $ARCH_EXT_LIST_PPC $ARCH_EXT_LIST_X86 $ARCH_EXT_LIST_MIPS - loongson + $ARCH_EXT_LIST_LOONGSON " ARCH_FEATURES=" -- 1.8.3.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel