From 2645e80f6dac1c4b2697d8ff9b09f89bae205848 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Thu, 13 Jul 2006 14:40:04 +0000 Subject: [PATCH] Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64, so recognize them as such. Originally committed as revision 5728 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c875ae4569..e147b835a9 100755 --- 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*)