diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-27 11:33:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-27 11:33:26 +0000 |
commit | 79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e (patch) | |
tree | 1d4069cd7b3a696e41f88689fb170e431c2430aa /configure | |
parent | d89eae6f1a143b5af89f6907cc8abea4d1dee8e4 (diff) | |
download | ffmpeg-79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e.tar.gz |
consistency cosmetics: Rename POWERPC identifiers to PPC.
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -795,7 +795,7 @@ ARCH_LIST=' m68k mips parisc - powerpc + ppc s390 sh4 sparc @@ -932,7 +932,7 @@ CMDLINE_SET=" # code dependency declarations # architecture extensions -altivec_deps="powerpc" +altivec_deps="ppc" armv5te_deps="arm" armv6_deps="arm" armvfp_deps="arm" @@ -1317,11 +1317,11 @@ EOF enable fast_64bit ;; "Power Macintosh"|ppc|powerpc) - arch="powerpc" + arch="ppc" enable fast_unaligned ;; ppc64) - arch="powerpc" + arch="ppc" enable fast_64bit enable fast_unaligned ;; @@ -1754,7 +1754,7 @@ fi # check for assembler specific support -if test $arch = "powerpc"; then +if test $arch = "ppc"; then check_asm dcbzl '"dcbzl 0, 1"' fi @@ -2145,7 +2145,7 @@ fi if test $arch = "mips"; then echo "MMI enabled ${mmi-no}" fi -if test $arch = "powerpc"; then +if test $arch = "ppc"; then echo "AltiVec enabled ${altivec-no}" echo "dcbzl available ${dcbzl-no}" fi |