[FFmpeg-cvslog] r28194 - trunk/libswscale/swscale.c
diego
subversion
Sat Dec 27 12:33:55 CET 2008
Author: diego
Date: Sat Dec 27 12:33:54 2008
New Revision: 28194
Log:
consistency cosmetics: Rename POWERPC identifiers to PPC.
Modified:
trunk/libswscale/swscale.c
Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c Thu Dec 25 19:28:10 2008 (r28193)
+++ trunk/libswscale/swscale.c Sat Dec 27 12:33:54 2008 (r28194)
@@ -949,11 +949,11 @@ static inline void yuv2rgbXinC_full(SwsC
#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
More information about the ffmpeg-cvslog
mailing list