diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-10-21 12:58:21 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:18:38 +0200 |
commit | 4aa55a7725647357cf8a6b15f9283cc9c1a4fd86 (patch) | |
tree | 0954a83c1f8dd5310c8eeec97b39bfe3996ac9ab /configure | |
parent | fb8a99a81b5f8c1343fcd09d902d0455fbefe9ed (diff) | |
download | mpv-4aa55a7725647357cf8a6b15f9283cc9c1a4fd86.tar.bz2 mpv-4aa55a7725647357cf8a6b15f9283cc9c1a4fd86.tar.xz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2241,7 +2241,7 @@ EOF _optimizing="$proc" ;; - mips) + mips*) arch='mips' iproc='mips' |