[Mplayer-cvslog] CVS: main configure,1.511,1.512
Richard Felker CVS
rfelker at mplayerhq.hu
Sat Jun 15 12:08:36 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv28099
Modified Files:
configure
Log Message:
K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -r1.511 -r1.512
--- configure 15 Jun 2002 09:32:11 -0000 1.511
+++ configure 15 Jun 2002 10:08:33 -0000 1.512
@@ -576,7 +576,7 @@
case "$pfamily" in
3) proc=i386 iproc=386 ;;
4) proc=i486 iproc=486 ;;
- 5) iproc=686 # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
+ 5) iproc=586 # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
# TODO: how to determine if model 13 is a k6-2 or a k6-3? Couldn't find anything on amd.com
if test "$pmodel" -eq 9; then
proc=k6-3
More information about the MPlayer-cvslog
mailing list