Commit 93a02300 authored by mru's avatar mru

configure: indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21297 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 51bf3f5d
...@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment