[FFmpeg-devel] [PATCH v2 10/13] Put "disable mipsfpu" in a better place for loongson

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Nov 18 12:13:46 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>
---
Changes v1 -> v2:
 - Nothing.

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index b31567e..fc3d559 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