diff ppc/dsputil_ppc.c @ 9995:3141f69e3905 libavcodec

Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, the former depends upon the latter.
author diego
date Wed, 29 Jul 2009 09:54:49 +0000
parents d6d7e8d4a04d
children 50415a8f1451
line wrap: on
line diff
--- a/ppc/dsputil_ppc.c	Wed Jul 29 09:54:00 2009 +0000
+++ b/ppc/dsputil_ppc.c	Wed Jul 29 09:54:49 2009 +0000
@@ -268,7 +268,7 @@
         mm_flags |= FF_MM_ALTIVEC;
 
         dsputil_init_altivec(c, avctx);
-        if(CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER)
+        if(CONFIG_VC1_DECODER)
             vc1dsp_init_altivec(c, avctx);
         float_init_altivec(c, avctx);
         int_init_altivec(c, avctx);