forked from FFmpeg/FFmpeg
'uname -m' returns IP<number> for MIPS CPUs on IRIX.
Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
19e0e403f3
commit
b028a8667d
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -341,7 +341,7 @@ case "$cpu" in
|
|||
"Power Macintosh"|ppc|powerpc)
|
||||
cpu="powerpc"
|
||||
;;
|
||||
mips|mipsel)
|
||||
mips|mipsel|IP*)
|
||||
cpu="mips"
|
||||
;;
|
||||
sun4u|sparc64)
|
||||
|
|
Loading…
Add table
Reference in a new issue