Mercurial > libavcodec.hg
diff dsputil.c @ 8496:19e2f1a50aa7 libavcodec
consistency cosmetics: Rename POWERPC identifiers to PPC.
| author | diego |
|---|---|
| date | Sat, 27 Dec 2008 11:33:26 +0000 |
| parents | b0ec9768b39b |
| children | 7a463923ecd1 |
line wrap: on
line diff
--- a/dsputil.c Sat Dec 27 11:30:30 2008 +0000 +++ b/dsputil.c Sat Dec 27 11:33:26 2008 +0000 @@ -169,7 +169,7 @@ int j; j = src_scantable[i]; st->permutated[i] = permutation[j]; -#ifdef ARCH_POWERPC +#ifdef ARCH_PPC st->inverse[j] = i; #endif } @@ -4628,7 +4628,7 @@ if (ENABLE_MLIB) dsputil_init_mlib (c, avctx); if (ENABLE_VIS) dsputil_init_vis (c, avctx); if (ENABLE_ALPHA) dsputil_init_alpha (c, avctx); - if (ENABLE_POWERPC) dsputil_init_ppc (c, avctx); + if (ENABLE_PPC) dsputil_init_ppc (c, avctx); if (ENABLE_MMI) dsputil_init_mmi (c, avctx); if (ENABLE_SH4) dsputil_init_sh4 (c, avctx); if (ENABLE_BFIN) dsputil_init_bfin (c, avctx);
