提交 9dbd5c3d 编写于 作者: M Måns Rullgård

configure: indent

Originally committed as revision 21297 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 343aef9b
......@@ -1817,7 +1817,7 @@ enable $arch
# Add processor-specific flags
if enabled ppc; then
case $cpu in
case $cpu in
601|ppc601|PowerPC601)
cpuflags="-mcpu=601"
;;
......@@ -1843,11 +1843,11 @@ case $cpu in
cpuflags="-mcpu=cell"
enable ldbrx
;;
esac
esac
elif enabled x86; then
case $cpu in
case $cpu in
i[345]86|pentium)
cpuflags="-march=$cpu"
disable mmx
......@@ -1869,15 +1869,15 @@ case $cpu in
enable cmov
disable fast_cmov
;;
esac
esac
elif enabled sparc; then
case $cpu in
case $cpu in
sparc64)
cpuflags="-mcpu=v9"
;;
esac
esac
elif enabled arm; then
......@@ -1922,7 +1922,7 @@ esac
elif enabled avr32; then
case $cpu in
case $cpu in
ap7[02]0[0-2])
subarch="avr32_ap"
cpuflags="-mpart=$cpu"
......@@ -1939,7 +1939,7 @@ case $cpu in
subarch="avr32_uc"
cpuflags="-march=$cpu"
;;
esac
esac
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册