Mercurial > libavcodec.hg
diff ppc/dsputil_ppc.c @ 4196:fbac0859753d libavcodec
move some CFLAGS settings away from config.* writing section
| author | mru |
|---|---|
| date | Tue, 14 Nov 2006 03:12:29 +0000 |
| parents | daae66c03857 |
| children | bbe0bc387a19 |
line wrap: on
line diff
--- a/ppc/dsputil_ppc.c Tue Nov 14 00:56:56 2006 +0000 +++ b/ppc/dsputil_ppc.c Tue Nov 14 03:12:29 2006 +0000 @@ -42,7 +42,7 @@ #endif -int mm_flags = 0; +int ff_mm_flags = 0; int mm_support(void) { @@ -277,7 +277,7 @@ dsputil_h264_init_ppc(c, avctx); if (has_altivec()) { - mm_flags |= MM_ALTIVEC; + ff_mm_flags |= MM_ALTIVEC; dsputil_init_altivec(c, avctx); snow_init_altivec(c, avctx);
