projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e0e40
)
'uname -m' returns IP<number> for MIPS CPUs on IRIX.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 29 Jun 2006 07:52:07 +0000
(07:52 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 29 Jun 2006 07:52:07 +0000
(07:52 +0000)
Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
0b6e36d
..
0ed1373
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-341,7
+341,7
@@
case "$cpu" in
"Power Macintosh"|ppc|powerpc)
cpu="powerpc"
;;
- mips|mipsel)
+ mips|mipsel
|IP*
)
cpu="mips"
;;
sun4u|sparc64)