Mercurial > mplayer.hg
changeset 28159:8f2d9ed4929d
consistency cosmetics: Rename POWERPC identifiers to PPC.
author | diego |
---|---|
date | Sat, 27 Dec 2008 11:33:54 +0000 |
parents | bddae697e10d |
children | a39a6d332011 |
files | libswscale/swscale.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Thu Dec 25 18:28:10 2008 +0000 +++ b/libswscale/swscale.c Sat Dec 27 11:33:54 2008 +0000 @@ -949,11 +949,11 @@ #define COMPILE_C #endif -#ifdef ARCH_POWERPC +#ifdef ARCH_PPC #if (defined (HAVE_ALTIVEC) || defined (RUNTIME_CPUDETECT)) && defined (CONFIG_GPL) #define COMPILE_ALTIVEC #endif //HAVE_ALTIVEC -#endif //ARCH_POWERPC +#endif //ARCH_PPC #if defined(ARCH_X86) @@ -1628,7 +1628,7 @@ return swScale_C; #else -#ifdef ARCH_POWERPC +#ifdef ARCH_PPC if (flags & SWS_CPU_CAPS_ALTIVEC) return swScale_altivec; else