1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +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:
Vicente Olivert Riera
2015-12-03 13:22:25 +00:00
committed by Michael Niedermayer
parent 6a7e94cb14
commit dde994751b

2
configure vendored
View File

@@ -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