mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
consistency cosmetics: Rename POWERPC identifiers to PPC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28194 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2e6e799109
commit
333e050fdf
@ -949,11 +949,11 @@ static inline void yuv2rgbXinC_full(SwsContext *c, int16_t *lumFilter, int16_t *
|
||||
#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 @@ static SwsFunc getSwsFunc(int flags){
|
||||
return swScale_C;
|
||||
|
||||
#else
|
||||
#ifdef ARCH_POWERPC
|
||||
#ifdef ARCH_PPC
|
||||
if (flags & SWS_CPU_CAPS_ALTIVEC)
|
||||
return swScale_altivec;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user