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
This commit is contained in:
Guillaume Poirier 2006-07-13 14:40:04 +00:00
parent 1484a46753
commit 2645e80f6d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -365,7 +365,7 @@ case "$cpu" in
alpha)
cpu="alpha"
;;
"Power Macintosh"|ppc|powerpc)
"Power Macintosh"|ppc|ppc64|powerpc)
cpu="powerpc"
;;
mips|mipsel|IP*)