1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

2
configure vendored
View File

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