mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
Cosmetics: Fix indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30985 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1468d39b01
commit
103ca0c902
4
configure
vendored
4
configure
vendored
@ -1913,7 +1913,7 @@ int main(void) { return 0; }
|
||||
EOF
|
||||
if test "$_runtime_cpudetection" = no ; then
|
||||
if test $cc_vendor != "intel" ; then
|
||||
cc_check -march=native && proc=native
|
||||
cc_check -march=native && proc=native
|
||||
fi
|
||||
if test "$proc" = "k8"; then
|
||||
cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
|
||||
@ -2063,7 +2063,7 @@ EOF
|
||||
# This is a stripped-down version of the i386 fallback.
|
||||
if test "$_runtime_cpudetection" = no ; then
|
||||
if test $cc_vendor != "intel" ; then
|
||||
cc_check -march=native && proc=native
|
||||
cc_check -march=native && proc=native
|
||||
fi
|
||||
# --- AMD processors ---
|
||||
if test "$proc" = "k8"; then
|
||||
|
Loading…
Reference in New Issue
Block a user