1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

configure: Fix detection of mips processor variants

patch by Graham Gower, graham.gower gmail com

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32522 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-10-21 12:58:21 +00:00 committed by Uoti Urpala
parent fb8a99a81b
commit 4aa55a7725

2
configure vendored
View File

@ -2241,7 +2241,7 @@ EOF
_optimizing="$proc"
;;
mips)
mips*)
arch='mips'
iproc='mips'