mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
Add a comment to else clauses where the if is very far away.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16831 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f14a68b53e
commit
268c88a4fb
4
configure
vendored
4
configure
vendored
@ -540,7 +540,7 @@ if test -z "$_target" ; then
|
||||
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 @@ EOF
|
||||
_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
|
||||
|
Loading…
Reference in New Issue
Block a user