comparison x86/dsputil_mmx.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 0fa3d21b317e
comparison
equal deleted inserted replaced
9994:cd2b3ecdb1c9 9995:3141f69e3905
2864 #endif 2864 #endif
2865 2865
2866 if (CONFIG_CAVS_DECODER) 2866 if (CONFIG_CAVS_DECODER)
2867 ff_cavsdsp_init_mmx2(c, avctx); 2867 ff_cavsdsp_init_mmx2(c, avctx);
2868 2868
2869 if (CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER) 2869 if (CONFIG_VC1_DECODER)
2870 ff_vc1dsp_init_mmx(c, avctx); 2870 ff_vc1dsp_init_mmx(c, avctx);
2871 2871
2872 c->add_png_paeth_prediction= add_png_paeth_prediction_mmx2; 2872 c->add_png_paeth_prediction= add_png_paeth_prediction_mmx2;
2873 } else if (mm_flags & FF_MM_3DNOW) { 2873 } else if (mm_flags & FF_MM_3DNOW) {
2874 c->prefetch = prefetch_3dnow; 2874 c->prefetch = prefetch_3dnow;