[Mplayer-cvslog] CVS: main configure,1.64,1.65
Gabor Lenart
lgb at users.sourceforge.net
Tue Jun 5 04:22:40 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.56,1.57 dvdauth.h,1.2,1.3 dvdauth.c,1.3,1.4 mplayer.c,1.150,1.151
- Next message: [Mplayer-cvslog] CVS: main/libao2 ao_oss.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv7675/main
Modified Files:
configure
Log Message:
PLEASE WRITE TEMP FILES INTO /tmp
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** configure 2001/06/04 20:12:41 1.64
--- configure 2001/06/05 02:22:38 1.65
***************
*** 148,161 ****
--- 148,165 ----
TMPC="mplayer-conf-${RANDOM}-$$-${RANDOM}.c"
TMPO="mplayer-conf-${RANDOM}-$$-${RANDOM}.o"
+ TMPS="mplayer-conf-${RANDOM}-$$-${RANDOM}.S"
if [ ! -z $TMPDIR ]; then
TMPC="${TMPDIR}/${TMPC}"
TMPO="${TMPDIR}/${TMPO}"
+ TMPS="${TMPDIR}/${TMPS}"
elif [ ! -z $TEMPDIR ]; then
TMPC="${TEMPDIR}/${TMPC}"
TMPO="${TEMPDIR}/${TMPO}"
+ TMPS="${TEMPDIR}/${TMPS}"
else
TMPC="/tmp/${TMPC}"
TMPO="/tmp/${TMPO}"
+ TMPS="/tmp/${TMPS}"
fi
***************
*** 814,850 ****
if [ $_mmx = 'yes' ]; then
! cat > astest.S <<EOF
emms
EOF
! as astest.S -o astest.o &> /dev/null || as_verc_fail=yes
fi
if [ $_3dnow = 'yes' ]; then
! cat >> astest.S <<EOF
femms
EOF
! as astest.S -o astest.o &> /dev/null || as_verc_fail=yes
fi
if [ $_3dnowex = 'yes' ]; then
! cat >> astest.S <<EOF
pswapd %mm0, %mm0
EOF
! as astest.S -o astest.o &> /dev/null || as_verc_fail=yes
fi
if [ $_mmx2 = 'yes' ]; then
! cat >> astest.S <<EOF
movntq %mm0, (%eax)
EOF
! as astest.S -o astest.o &> /dev/null || as_verc_fail=yes
fi
if [ $_sse = 'yes' ]; then
! cat >> astest.S <<EOF
xorps %xmm0, %xmm0
EOF
! as astest.S -o astest.o &> /dev/null || as_verc_fail=yes
! rm -f astest.S astest.o
fi
--- 818,853 ----
if [ $_mmx = 'yes' ]; then
! cat > $TMPS <<EOF
emms
EOF
! as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
fi
if [ $_3dnow = 'yes' ]; then
! cat >> $TMPS <<EOF
femms
EOF
! as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
fi
if [ $_3dnowex = 'yes' ]; then
! cat >> $TMPS <<EOF
pswapd %mm0, %mm0
EOF
! as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
fi
if [ $_mmx2 = 'yes' ]; then
! cat >> $TMPS <<EOF
movntq %mm0, (%eax)
EOF
! as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
fi
if [ $_sse = 'yes' ]; then
! cat >> $TMPS <<EOF
xorps %xmm0, %xmm0
EOF
! as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
fi
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.56,1.57 dvdauth.h,1.2,1.3 dvdauth.c,1.3,1.4 mplayer.c,1.150,1.151
- Next message: [Mplayer-cvslog] CVS: main/libao2 ao_oss.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list