Commit f38ac377 authored by gpoirier's avatar gpoirier

Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,

so recognize them as such.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5728 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 701486a0
......@@ -365,7 +365,7 @@ case "$cpu" in
alpha)
cpu="alpha"
;;
"Power Macintosh"|ppc|powerpc)
"Power Macintosh"|ppc|ppc64|powerpc)
cpu="powerpc"
;;
mips|mipsel|IP*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment