[MPlayer-cvslog] CVS: main configure,1.1088,1.1089
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun Oct 23 13:26:40 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv10110
Modified Files:
configure
Log Message:
Add a comment to else clauses where the if is very far away.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1088
retrieving revision 1.1089
diff -u -r1.1088 -r1.1089
--- configure 18 Oct 2005 21:48:09 -0000 1.1088
+++ configure 23 Oct 2005 11:26:36 -0000 1.1089
@@ -540,7 +540,7 @@
esac
;;
esac
-else
+else # if test -z "$_target"
system_name=`echo $_target | cut -d '-' -f 2`
case "`echo $system_name | tr A-Z a-z`" in
linux) system_name=Linux ;;
@@ -984,7 +984,7 @@
_mcpu="$cpuopt=$proc"
_optimizing="$proc"
fi
- else
+ else # if test "$_runtime_cpudetection" = no
# i686 is probably the most common CPU - optimize for it
_mcpu="$cpuopt=i686"
# at least i486 required, for bswap instruction
More information about the MPlayer-cvslog
mailing list