[FFmpeg-devel] [PATCH 10/13] Put "disable mipsfpu" in a better place for loongson
Vicente Olivert Riera
Vincent.Riera at imgtec.com
Mon Nov 16 15:57:16 CET 2015
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 at imgtec.com>
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 2f5456c..d366eb2 100755
--- a/configure
+++ b/configure
@@ -4127,11 +4127,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
--
1.7.1
More information about the ffmpeg-devel
mailing list