[Mplayer-cvslog] CVS: main configure,1.410,1.411
Fredrik Kuivinen CVS
ksorim at mplayer.dev.hu
Wed Mar 20 16:28:29 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv14193
Modified Files:
configure
Log Message:
Bugfix for --disable-runtime-cpudetection
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- configure 19 Mar 2002 18:42:27 -0000 1.410
+++ configure 20 Mar 2002 15:28:26 -0000 1.411
@@ -587,7 +587,7 @@
cat > $TMPC << EOF
int main(void) { return 0; }
EOF
- if test "_$runtime_cpudetection" = "no" ; then
+ if test "$_runtime_cpudetection" = no ; then
if test "$proc" = "k7" ; then
cc_check -march=$proc -mcpu=$proc || proc=athlon
fi
More information about the MPlayer-cvslog
mailing list