mirror of https://github.com/mpv-player/mpv
Remove stray \n and shorten overly long lines in the process.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17002 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a9481a7bdc
commit
f9fff34c63
|
@ -985,7 +985,7 @@ EOF
|
|||
cc_check -march=$proc $cpuopt=$proc || proc=error
|
||||
fi
|
||||
if test "$proc" = "error" ; then
|
||||
echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU."
|
||||
echores "CPU optimization disabled. CPU not recognized or your compiler is too old."
|
||||
_mcpu=""
|
||||
_march=""
|
||||
_optimizing=""
|
||||
|
@ -1092,7 +1092,7 @@ EOF
|
|||
_march="-march=$proc"
|
||||
_mcpu="$cpuopt=$proc"
|
||||
if test "$proc" = "error" ; then
|
||||
echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU."
|
||||
echores "CPU optimization disabled. CPU not recognized or your compiler is too old."
|
||||
_mcpu=""
|
||||
_march=""
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue