[FFmpeg-devel] [PATCH] mips: disable all features in configure if no cpu is matched

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Oct 14 15:58:49 CEST 2015


Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
 configure |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 7e55e92..cd27ad7 100755
--- a/configure
+++ b/configure
@@ -4130,6 +4130,15 @@ elif enabled mips; then
             disable mips64r6
             disable msa
         ;;
+        *)
+            disable mipsfpu
+            disable mips32r2
+            disable mips32r5
+            disable mips64r6
+            disable mipsdspr1
+            disable mipsdspr2
+            disable msa
+        ;;
     esac
 
 elif enabled ppc; then
-- 
1.7.1



More information about the ffmpeg-devel mailing list