summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-27 11:33:26 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-27 11:33:26 +0000
commit79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e (patch)
tree1d4069cd7b3a696e41f88689fb170e431c2430aa /configure
parentd89eae6f1a143b5af89f6907cc8abea4d1dee8e4 (diff)
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-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 8f71422920..9a120bc300 100755
--- a/configure
+++ b/configure
@@ -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