[Mplayer-cvslog] CVS: main configure,1.86,1.87
Nick Kurshev
nickols_k at users.sourceforge.net
Sat Jun 16 20:10:34 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib decode_k7.s,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_3dfx.c,1.5,1.6 vo_gl.c,1.6,1.7 vo_x11.c,1.22,1.23 vo_xmga.c,1.22,1.23 vo_xv.c,1.21,1.22 x11_common.c,1.22,1.23 x11_common.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv25738/main
Modified Files:
configure
Log Message:
Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -r1.86 -r1.87
*** configure 2001/06/15 16:32:21 1.86
--- configure 2001/06/16 18:10:32 1.87
***************
*** 485,489 ****
if [ "$proc" = "athlon" ]; then
# echo -n "trying athlon "
! $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=k6
fi
if [ "$proc" = "k6" ]; then
--- 485,489 ----
if [ "$proc" = "athlon" ]; then
# echo -n "trying athlon "
! $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=pentiumpro
fi
if [ "$proc" = "k6" ]; then
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib decode_k7.s,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_3dfx.c,1.5,1.6 vo_gl.c,1.6,1.7 vo_x11.c,1.22,1.23 vo_xmga.c,1.22,1.23 vo_xv.c,1.21,1.22 x11_common.c,1.22,1.23 x11_common.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list