]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264dsp.c
cngdec: Make the dbov variable have the right unit
[ffmpeg] / libavcodec / h264dsp.c
index ec59e4a7ae547f898639f8874e1f4c3e3cd05876..1353c1a72ff086f768920dc223d48e42922f7098 100644 (file)
@@ -114,5 +114,5 @@ void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, const int chroma_fo
 
     if (ARCH_ARM) ff_h264dsp_init_arm(c, bit_depth, chroma_format_idc);
     if (HAVE_ALTIVEC) ff_h264dsp_init_ppc(c, bit_depth, chroma_format_idc);
-    if (HAVE_MMX) ff_h264dsp_init_x86(c, bit_depth, chroma_format_idc);
+    if (ARCH_X86) ff_h264dsp_init_x86(c, bit_depth, chroma_format_idc);
 }