[FFmpeg-cvslog] r16101 - trunk/configure
diego
subversion
Sat Dec 13 15:29:53 CET 2008
Author: diego
Date: Sat Dec 13 15:29:53 2008
New Revision: 16101
Log:
Make mips64 a separate arch with fast_64bit.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Dec 13 15:29:53 2008
@@ -1322,8 +1322,12 @@ 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"
More information about the ffmpeg-cvslog
mailing list