Commit 4636bcaf authored by melanson's avatar melanson

vsad16_mmx2 only applies if encoders are turned on


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2736 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f4180290
......@@ -2158,7 +2158,9 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_mmx2;
c->avg_pixels_tab[0][3] = avg_pixels16_xy2_mmx2;
c->avg_pixels_tab[1][3] = avg_pixels8_xy2_mmx2;
#ifdef CONFIG_ENCODERS
c->vsad[0] = vsad16_mmx2;
#endif //CONFIG_ENCODERS
}
#if 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment