You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mips: put "disable mipsfpu" in a better place for loongson
Let's disable the ISAs first, and then the core capabilities, as we do for the rest of the cores. This way the code is better organized. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
6a7e94cb14
commit
dde994751b
2
configure
vendored
2
configure
vendored
@@ -4198,11 +4198,11 @@ elif enabled mips; then
|
|||||||
add_asflags "-mfp64"
|
add_asflags "-mfp64"
|
||||||
;;
|
;;
|
||||||
loongson*)
|
loongson*)
|
||||||
disable mipsfpu
|
|
||||||
disable mips32r2
|
disable mips32r2
|
||||||
disable mips32r6
|
disable mips32r6
|
||||||
disable mips64r2
|
disable mips64r2
|
||||||
disable mips64r6
|
disable mips64r6
|
||||||
|
disable mipsfpu
|
||||||
disable mipsdsp
|
disable mipsdsp
|
||||||
disable mipsdspr2
|
disable mipsdspr2
|
||||||
disable msa
|
disable msa
|
||||||
|
Reference in New Issue
Block a user