Mercurial > mplayer.hg
changeset 29497:45583990d5dd
Fix detection of mips arch on NetBSD/sgimips.
based on a patch by Andrew Randrianasulu, randrik mail ru
author | diego |
---|---|
date | Wed, 19 Aug 2009 08:47:46 +0000 |
parents | a307b7206944 |
children | c4fe7474709d |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Aug 19 08:21:55 2009 +0000 +++ b/configure Wed Aug 19 08:47:46 2009 +0000 @@ -1408,7 +1408,7 @@ sh3|sh4|sh4a) host_arch=sh ;; s390) host_arch=s390 ;; s390x) host_arch=s390x ;; - mips*) host_arch=mips ;; + *mips*) host_arch=mips ;; vax) host_arch=vax ;; xtensa*) host_arch=xtensa ;; *) host_arch=UNKNOWN ;;