[Ffmpeg-cvslog] r5728 - trunk/configure

gpoirier subversion
Thu Jul 13 16:40:05 CEST 2006


Author: gpoirier
Date: Thu Jul 13 16:40:04 2006
New Revision: 5728

Modified:
   trunk/configure

Log:
Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,
so recognize them as such.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jul 13 16:40:04 2006
@@ -365,7 +365,7 @@
   alpha)
     cpu="alpha"
   ;;
-  "Power Macintosh"|ppc|powerpc)
+  "Power Macintosh"|ppc|ppc64|powerpc)
     cpu="powerpc"
   ;;
   mips|mipsel|IP*)




More information about the ffmpeg-cvslog mailing list