summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuillaume Poirier <gpoirier@mplayerhq.hu>2006-07-13 14:40:04 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-07-13 14:40:04 +0000
commit2645e80f6dac1c4b2697d8ff9b09f89bae205848 (patch)
treeaf79b3fbc9e1fd4cbaf74cab05c1d022d2d32a68 /configure
parent1484a46753eb5cacaebbc78a53a1aee067094073 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c875ae4569..e147b835a9 100755
--- a/configure
+++ b/configure
@@ -365,7 +365,7 @@ case "$cpu" in
alpha)
cpu="alpha"
;;
- "Power Macintosh"|ppc|powerpc)
+ "Power Macintosh"|ppc|ppc64|powerpc)
cpu="powerpc"
;;
mips|mipsel|IP*)