Define ARCH_MIPS64 when building for MIPS64
authorMåns Rullgård <mans@mansr.com>
Tue, 19 May 2009 19:40:24 +0000 (19:40 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 19 May 2009 19:40:24 +0000 (19:40 +0000)
Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 956bbbb..4a2234f 100755 (executable)
--- a/configure
+++ b/configure
@@ -830,6 +830,7 @@ ARCH_LIST='
     ia64
     m68k
     mips
+    mips64
     parisc
     ppc
     s390
@@ -1499,6 +1500,7 @@ case "$arch" in
     ;;
     mips64)
         arch="mips"
+        subarch="mips64"
         enable fast_64bit
     ;;
     parisc|hppa)