mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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@loongson.cn> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b6d8afd820
commit
ba1f56ae9b
3
configure
vendored
3
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user