mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
consistency cosmetics: Rename POWERPC identifiers to PPC.
Originally committed as revision 28194 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
79cb09b2f7
commit
cb82a0736d
@ -949,11 +949,11 @@ static inline void yuv2rgbXinC_full(SwsContext *c, int16_t *lumFilter, int16_t *
|
|||||||
#define COMPILE_C
|
#define COMPILE_C
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_POWERPC
|
#ifdef ARCH_PPC
|
||||||
#if (defined (HAVE_ALTIVEC) || defined (RUNTIME_CPUDETECT)) && defined (CONFIG_GPL)
|
#if (defined (HAVE_ALTIVEC) || defined (RUNTIME_CPUDETECT)) && defined (CONFIG_GPL)
|
||||||
#define COMPILE_ALTIVEC
|
#define COMPILE_ALTIVEC
|
||||||
#endif //HAVE_ALTIVEC
|
#endif //HAVE_ALTIVEC
|
||||||
#endif //ARCH_POWERPC
|
#endif //ARCH_PPC
|
||||||
|
|
||||||
#if defined(ARCH_X86)
|
#if defined(ARCH_X86)
|
||||||
|
|
||||||
@ -1628,7 +1628,7 @@ static SwsFunc getSwsFunc(int flags){
|
|||||||
return swScale_C;
|
return swScale_C;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#ifdef ARCH_POWERPC
|
#ifdef ARCH_PPC
|
||||||
if (flags & SWS_CPU_CAPS_ALTIVEC)
|
if (flags & SWS_CPU_CAPS_ALTIVEC)
|
||||||
return swScale_altivec;
|
return swScale_altivec;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user