[FFmpeg-cvslog] r16095 - trunk/configure

diego subversion
Sat Dec 13 12:35:59 CET 2008


Author: diego
Date: Sat Dec 13 12:35:59 2008
New Revision: 16095

Log:
Add mips64 to the architecture list.
Taken from the OpenBSD ports tree.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec 13 12:35:59 2008
@@ -1322,7 +1322,7 @@ EOF
         enable fast_64bit
         enable fast_unaligned
     ;;
-    mips|mipsel|IP*)
+    mips|mipsel|mips64|IP*)
         arch="mips"
     ;;
     sun4u|sparc64)




More information about the ffmpeg-cvslog mailing list