Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavcodec/x86/dnxhd_mmx.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavcodec/x86/dnxhd_mmx.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavcodec/x86/dnxhd_mmx.c (working copy) |
| @@ -52,7 +52,7 @@ |
| void ff_dnxhd_init_mmx(DNXHDEncContext *ctx) |
| { |
| - if (mm_flags & FF_MM_SSE2) { |
| + if (av_get_cpu_flags() & AV_CPU_FLAG_SSE2) { |
| ctx->get_pixels_8x4_sym = get_pixels_8x4_sym_sse2; |
| } |
| } |