[Mplayer-cvslog] CVS: main configure,1.88,1.89
Zoltan Ponekker
pontscho at users.sourceforge.net
Thu Jun 21 17:16:54 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main configure,1.87,1.88 dvdauth.c,1.6,1.7 mplayer.c,1.161,1.162 stream.c,1.10,1.11 vcd_read_fbsd.c,1.2,1.3 configure.FreeBSD,1.2,NONE
- Next message: [Mplayer-cvslog] CVS: main/libvo video_out.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv29519
Modified Files:
configure
Log Message:
--disable-xmga and alsa detection bug fix
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -r1.88 -r1.89
*** configure 2001/06/21 00:06:40 1.88
--- configure 2001/06/21 15:16:52 1.89
***************
*** 346,350 ****
_mlib=no
_mpg123=no
! _xmga=no
_dga=no
_dga2=no
--- 346,350 ----
_mlib=no
_mpg123=no
! _xmga=autodetect
_dga=no
_dga2=no
***************
*** 393,414 ****
_mmx2=yes
;;
! mtrr)
_mtrr=yes
;;
! k6_mtrr)
! _mtrr=yes
! ;;
! xmm)
! _sse=yes
! _mmx2=yes
! ;;
! sse)
_sse=yes
_mmx2=yes
;;
- kni)
- _sse=yes
- _mmx2=yes
- ;;
esac
--- 393,403 ----
_mmx2=yes
;;
! mtrr|k6_mtrr)
_mtrr=yes
;;
! xmm|sse|kni)
_sse=yes
_mmx2=yes
;;
esac
***************
*** 737,741 ****
_alsaver='not found'
! $_cc -o $TMPO -lasound $TMPC 2> /dev/null || _alsa=no
[ $_alsa = 'yes' ] && $TMPO && { _alsaver='0.5.x'; }
--- 726,730 ----
_alsaver='not found'
! $_cc -o $TMPO -lasound -ldl -lpthread $TMPC 2> /dev/null || _alsa=no
[ $_alsa = 'yes' ] && $TMPO && { _alsaver='0.5.x'; }
***************
*** 748,752 ****
_alsaver='not found'
! $_cc -o $TMPO -lasound $TMPC 2> /dev/null || _alsa=no
[ $_alsa = 'yes' ] && $TMPO && { _alsaver='0.9.x'; }
fi
--- 737,741 ----
_alsaver='not found'
! $_cc -o $TMPO -lasound -ldl -lpthread $TMPC 2> /dev/null || _alsa=no
[ $_alsa = 'yes' ] && $TMPO && { _alsaver='0.9.x'; }
fi
***************
*** 1086,1092 ****
fi
! if [ $_x11 = 'yes' ]; then
! if [ $_mga = 'yes' ]; then
_xmga=yes
fi
fi
--- 1075,1083 ----
fi
! if [ "$_xmga" == "autodetect" ]; then
! if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then
_xmga=yes
+ else
+ _xmga=no
fi
fi
***************
*** 1421,1426 ****
--- 1412,1421 ----
_mga='#undef HAVE_MGA'
fi
+
if [ $_xmga = yes ]; then
_vosrc=$_vosrc' vo_xmga.c'
+ _xmga='#define HAVE_XMGA'
+ else
+ _xmga='#undef HAVE_XMGA'
fi
***************
*** 1611,1614 ****
--- 1606,1610 ----
$_3dfx
$_mga
+ $_xmga
$_syncfb
$_fbdev
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main configure,1.87,1.88 dvdauth.c,1.6,1.7 mplayer.c,1.161,1.162 stream.c,1.10,1.11 vcd_read_fbsd.c,1.2,1.3 configure.FreeBSD,1.2,NONE
- Next message: [Mplayer-cvslog] CVS: main/libvo video_out.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list