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

configure: indent

Originally committed as revision 21297 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 343aef9b
...@@ -1817,67 +1817,67 @@ enable $arch ...@@ -1817,67 +1817,67 @@ 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"
;; ;;
603*|ppc603*|PowerPC603*) 603*|ppc603*|PowerPC603*)
cpuflags="-mcpu=603" cpuflags="-mcpu=603"
;; ;;
604*|ppc604*|PowerPC604*) 604*|ppc604*|PowerPC604*)
cpuflags="-mcpu=604" cpuflags="-mcpu=604"
;; ;;
G3|g3|75*|ppc75*|PowerPC75*) G3|g3|75*|ppc75*|PowerPC75*)
cpuflags="-mcpu=750 -mpowerpc-gfxopt" cpuflags="-mcpu=750 -mpowerpc-gfxopt"
;; ;;
G4|g4|745*|ppc745*|PowerPC745*) G4|g4|745*|ppc745*|PowerPC745*)
cpuflags="-mcpu=7450 -mpowerpc-gfxopt" cpuflags="-mcpu=7450 -mpowerpc-gfxopt"
;; ;;
74*|ppc74*|PowerPC74*) 74*|ppc74*|PowerPC74*)
cpuflags="-mcpu=7400 -mpowerpc-gfxopt" cpuflags="-mcpu=7400 -mpowerpc-gfxopt"
;; ;;
G5|g5|970|ppc970|PowerPC970|power4*|Power4*) G5|g5|970|ppc970|PowerPC970|power4*|Power4*)
cpuflags="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64" cpuflags="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
;; ;;
Cell|CELL|cell) Cell|CELL|cell)
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
;; ;;
# targets that do NOT support conditional mov (cmov) # targets that do NOT support conditional mov (cmov)
pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3) pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
cpuflags="-march=$cpu" cpuflags="-march=$cpu"
disable cmov disable cmov
;; ;;
# targets that do support conditional mov (cmov) # targets that do support conditional mov (cmov)
i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10) i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10)
cpuflags="-march=$cpu" cpuflags="-march=$cpu"
enable cmov enable cmov
enable fast_cmov enable fast_cmov
;; ;;
# targets that do support conditional mov but on which it's slow # targets that do support conditional mov but on which it's slow
pentium4|pentium4m|prescott|nocona) pentium4|pentium4m|prescott|nocona)
cpuflags="-march=$cpu" cpuflags="-march=$cpu"
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,24 +1922,24 @@ esac ...@@ -1922,24 +1922,24 @@ 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"
;; ;;
ap) ap)
subarch="avr32_ap" subarch="avr32_ap"
cpuflags="-march=$cpu" cpuflags="-march=$cpu"
;; ;;
uc3[ab]*) uc3[ab]*)
subarch="avr32_uc" subarch="avr32_uc"
cpuflags="-mcpu=$cpu" cpuflags="-mcpu=$cpu"
;; ;;
uc) uc)
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.
先完成此消息的编辑!
想要评论请 注册