diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-29 07:52:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-29 07:52:07 +0000 |
commit | b028a8667d28d5de390ba68e37edc96e4cbc7154 (patch) | |
tree | cedf17c024eeac266ce46da96efcba53a146c961 /configure | |
parent | 19e0e403f329baa8f1b31f47b089dba932ea31fe (diff) | |
download | ffmpeg-b028a8667d28d5de390ba68e37edc96e4cbc7154.tar.gz |
'uname -m' returns IP<number> for MIPS CPUs on IRIX.
Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ case "$cpu" in "Power Macintosh"|ppc|powerpc) cpu="powerpc" ;; - mips|mipsel) + mips|mipsel|IP*) cpu="mips" ;; sun4u|sparc64) |