summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-13 14:29:53 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-13 14:29:53 +0000
commitde3a124064d701d5f257ba0e2e7bf0f6bc6eef9d (patch)
tree0e01ae2bef47de8dd1c6552d5adac40ef518f253
parent7f37f5687dab7f5b2c5847f2f97b44c43ad396bf (diff)
Make mips64 a separate arch with fast_64bit.
Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 3c4b54fe61..d4f0210f06 100755
--- 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