OSDN Git Service

Make mips64 a separate arch with fast_64bit.
authorDiego Biurrun <diego@biurrun.de>
Sat, 13 Dec 2008 14:29:53 +0000 (14:29 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 13 Dec 2008 14:29:53 +0000 (14:29 +0000)
Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 3c4b54f..d4f0210 100755 (executable)
--- a/configure
+++ b/configure
@@ -1322,9 +1322,13 @@ EOF
         enable fast_64bit
         enable fast_unaligned
     ;;
-    mips|mipsel|mips64|IP*)
+    mips|mipsel|IP*)
         arch="mips"
     ;;
+    mips64)
+        arch="mips"
+        enable fast_64bit
+    ;;
     sun4u|sparc64)
         arch="sparc64"
         enable fast_64bit