Commit 892a4ece authored by diego's avatar diego

Make mips64 a separate arch with fast_64bit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16101 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9ad87539
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment