# HG changeset patch # User gpoirier # Date 1203405840 0 # Node ID f1d701294a8957ced1fc7a94cb5b129d0fb13155 # Parent 41486e3abc1aa12ff8d5af4dee6b8f9aacd3dc2e arg 10000l. Fix wrong fix committed in r12141 diff -r 41486e3abc1a -r f1d701294a89 ppc/mpegvideo_altivec.c --- a/ppc/mpegvideo_altivec.c Tue Feb 19 07:20:03 2008 +0000 +++ b/ppc/mpegvideo_altivec.c Tue Feb 19 07:24:00 2008 +0000 @@ -603,7 +603,7 @@ void MPV_common_init_altivec(MpegEncContext *s) { - if (mm_flags & (MM_ALTIVEC == 0)) return; + if ((mm_flags & MM_ALTIVEC) == 0) return; if (s->avctx->lowres==0) {