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