# HG changeset patch # User darkshikari # Date 1277814486 0 # Node ID 2d70a8b0ec8a976eaa82fdb71a21b58c4e03213b # Parent f96187e7943866cd02bc054dd0ac45118e985150 Add missing mm_support call toff_h264_pred_init_x86. I'm not sure if this is supposed to be here, but it can't hurt. diff -r f96187e79438 -r 2d70a8b0ec8a x86/h264dsp_mmx.c --- a/x86/h264dsp_mmx.c Tue Jun 29 06:42:17 2010 +0000 +++ b/x86/h264dsp_mmx.c Tue Jun 29 12:28:06 2010 +0000 @@ -2353,6 +2353,8 @@ #if CONFIG_H264DSP void ff_h264_pred_init_x86(H264PredContext *h, int codec_id) { + mm_flags = mm_support(); + #if HAVE_YASM if (mm_flags & FF_MM_MMX) { h->pred16x16[VERT_PRED8x8] = ff_pred16x16_vertical_mmx;