mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-03-02 17:56:30 +00:00
configure: address a copy-paste typo
The correct instruction for mips32r1 is addi. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
26e8fa3b50
commit
3f1f605301
2
configure
vendored
2
configure
vendored
@ -4079,7 +4079,7 @@ elif enabled mips; then
|
|||||||
else
|
else
|
||||||
check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
|
check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
|
||||||
check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
|
check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
|
||||||
check_inline_asm mips32r1 '"daddi $0, $0, 0"'
|
check_inline_asm mips32r1 '"addi $0, $0, 0"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
elif enabled parisc; then
|
elif enabled parisc; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user