Mercurial > mplayer.hg
comparison configure @ 18478:c085c630b7f5
Remove redundant line.
author | diego |
---|---|
date | Sat, 13 May 2006 14:50:45 +0000 |
parents | b642d1b8f332 |
children | d8083c152f3e |
comparison
equal
deleted
inserted
replaced
18477:5287b3d386c3 | 18478:c085c630b7f5 |
---|---|
877 proc=k6-2 | 877 proc=k6-2 |
878 elif test "$pmodel" -ge 6; then | 878 elif test "$pmodel" -ge 6; then |
879 proc=k6 | 879 proc=k6 |
880 else | 880 else |
881 proc=i586 | 881 proc=i586 |
882 iproc=586 | |
883 fi | 882 fi |
884 ;; | 883 ;; |
885 6) iproc=686 | 884 6) iproc=686 |
886 # It's a bit difficult to determine the correct type of Family 6 | 885 # It's a bit difficult to determine the correct type of Family 6 |
887 # AMD CPUs just from their signature. Instead, we check directly | 886 # AMD CPUs just from their signature. Instead, we check directly |