diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-07-13 14:40:04 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-07-13 14:40:04 +0000 |
commit | 2645e80f6dac1c4b2697d8ff9b09f89bae205848 (patch) | |
tree | af79b3fbc9e1fd4cbaf74cab05c1d022d2d32a68 | |
parent | 1484a46753eb5cacaebbc78a53a1aee067094073 (diff) | |
download | ffmpeg-2645e80f6dac1c4b2697d8ff9b09f89bae205848.tar.gz |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ case "$cpu" in alpha) cpu="alpha" ;; - "Power Macintosh"|ppc|powerpc) + "Power Macintosh"|ppc|ppc64|powerpc) cpu="powerpc" ;; mips|mipsel|IP*) |