[FFmpeg-cvslog] configure: factorize mips arch extensions out

Michael Niedermayer git at videolan.org
Fri Mar 14 23:31:13 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Mar 14 19:49:02 2014 +0100| [c17dea05f746e1e6acc284770a95e94ff765518b] | committer: Michael Niedermayer

configure: factorize mips arch extensions out

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c17dea05f746e1e6acc284770a95e94ff765518b
---

 configure |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index 8eb0c66..34200a3 100755
--- a/configure
+++ b/configure
@@ -1480,6 +1480,13 @@ ARCH_EXT_LIST_ARM="
     vfpv3
 "
 
+ARCH_EXT_LIST_MIPS="
+    mipsfpu
+    mips32r2
+    mipsdspr1
+    mipsdspr2
+"
+
 ARCH_EXT_LIST_X86_SIMD="
     amd3dnow
     amd3dnowext
@@ -1515,10 +1522,7 @@ ARCH_EXT_LIST="
     $ARCH_EXT_LIST_ARM
     $ARCH_EXT_LIST_PPC
     $ARCH_EXT_LIST_X86
-    mipsfpu
-    mips32r2
-    mipsdspr1
-    mipsdspr2
+    $ARCH_EXT_LIST_MIPS
     loongson
 "
 



More information about the ffmpeg-cvslog mailing list