Commit 2645e80f authored by Guillaume Poirier's avatar Guillaume Poirier

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
parent 1484a467
......@@ -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