git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1484a46
)
Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,
author
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Thu, 13 Jul 2006 14:40:04 +0000
(14:40 +0000)
committer
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Thu, 13 Jul 2006 14:40:04 +0000
(14:40 +0000)
so recognize them as such.
Originally committed as revision 5728 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
c875ae4
..
e147b83
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-365,7
+365,7
@@
case "$cpu" in
alpha)
cpu="alpha"
;;
- "Power Macintosh"|ppc|powerpc)
+ "Power Macintosh"|ppc|p
pc64|p
owerpc)
cpu="powerpc"
;;
mips|mipsel|IP*)