diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-12-03 13:22:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-30 20:21:57 +0100 |
commit | dde994751b16913afb59fbea2e0294e1e6468ef4 (patch) | |
tree | 461d440f5bd9b3f247d09e00c33a5f47304e3776 /configure | |
parent | 6a7e94cb14f31013261c337e217ca38c37fd9efd (diff) | |
download | ffmpeg-dde994751b16913afb59fbea2e0294e1e6468ef4.tar.gz |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4198,11 +4198,11 @@ elif enabled mips; then add_asflags "-mfp64" ;; loongson*) - disable mipsfpu disable mips32r2 disable mips32r6 disable mips64r2 disable mips64r6 + disable mipsfpu disable mipsdsp disable mipsdspr2 disable msa |