[Ffmpeg-cvslog] r5541 - trunk/configure

diego subversion
Thu Jun 29 09:52:08 CEST 2006


Author: diego
Date: Thu Jun 29 09:52:07 2006
New Revision: 5541

Modified:
   trunk/configure

Log:
'uname -m' returns IP<number> for MIPS CPUs on IRIX.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jun 29 09:52:07 2006
@@ -341,7 +341,7 @@
   "Power Macintosh"|ppc|powerpc)
     cpu="powerpc"
   ;;
-  mips|mipsel)
+  mips|mipsel|IP*)
     cpu="mips"
   ;;
   sun4u|sparc64)




More information about the ffmpeg-cvslog mailing list