Browse Source

Make mips64 a separate arch with fast_64bit.

Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
de3a124064
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      configure

+ 5
- 1
configure View File

@@ -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


Loading…
Cancel
Save