>From 6f76746ecd5b623e7610e293be2cbe02022dd22a Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong <zhouxiaoy...@loongson.cn> Date: Thu, 7 May 2015 11:50:42 +0800 Subject: [PATCH 2/3] configure: remove loongson check inline asm and mips dependent
1.Loongson now have two series CPU supported MMI(Multi-Media Instruct). Loongson-3 designed multi-core have good performance in decoding. Loongson-2's support is comming soon. 2.Replaced loongson with loongson2 and loongson3. Signed-off-by: ZhouXiaoyong <zhouxiaoy...@loongson.cn> --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 8bb6d9f..0f79874 100755 --- a/configure +++ b/configure @@ -2021,7 +2021,6 @@ setend_deps="arm" map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM -loongson_deps="mips" mipsfpu_deps="mips" mipsdspr1_deps="mips" mipsdspr2_deps="mips" @@ -4689,8 +4688,6 @@ EOF elif enabled mips; then - check_inline_asm loongson '"dmult.g $1, $2, $3"' - # Enable minimum ISA based on selected options if enabled mips64 && (enabled mipsdspr1 || enabled mipsdspr2); then add_cflags "-mips64r2" -- 1.8.3.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel