Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 13 Jul 2006 14:40:04 +0000 (14:40 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 13 Jul 2006 14:40:04 +0000 (14:40 +0000)
so recognize them as such.

Originally committed as revision 5728 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index c875ae4..e147b83 100755 (executable)
--- a/configure
+++ b/configure
@@ -365,7 +365,7 @@ case "$cpu" in
   alpha)
     cpu="alpha"
   ;;
-  "Power Macintosh"|ppc|powerpc)
+  "Power Macintosh"|ppc|ppc64|powerpc)
     cpu="powerpc"
   ;;
   mips|mipsel|IP*)