[FFmpeg-cvslog] configure: remove loongson check inline asm and mips dependent

周晓勇 git at videolan.org
Fri May 8 14:34:36 CEST 2015


ffmpeg | branch: master | 周晓勇 <zhouxiaoyong at loongson.cn> | Fri May  8 18:17:19 2015 +0800| [ba1f56ae9bac5110e437902dab0466e8ae00f319] | committer: Michael Niedermayer

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 <zhouxiaoyong at loongson.cn>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba1f56ae9bac5110e437902dab0466e8ae00f319
---

 configure |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure b/configure
index 87b4ffd..1b41367 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"
@@ -4688,8 +4687,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"



More information about the ffmpeg-cvslog mailing list