1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

consistency cosmetics: Rename POWERPC identifiers to PPC.

Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-12-27 11:33:26 +00:00
parent d89eae6f1a
commit 79cb09b2f7
9 changed files with 16 additions and 16 deletions

View File

@@ -55,7 +55,7 @@
#define COL_SHIFT 20 // 6
#endif
#if defined(ARCH_POWERPC_405)
#if defined(ARCH_PPC_405)
/* signed 16x16 -> 32 multiply add accumulate */
#define MAC16(rt, ra, rb) \