]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/blockdsp.c
lavf/mxfdec: Support more codecs in mxf_picture_essence_container_uls[].
[ffmpeg] / libavcodec / blockdsp.c
index 8480f0b2fe0fa562b902f9b521119043d5d693c4..42e177bae65af348e6dc6cedda9475f4cd6e2883 100644 (file)
@@ -72,11 +72,7 @@ av_cold void ff_blockdsp_init(BlockDSPContext *c, AVCodecContext *avctx)
     if (ARCH_PPC)
         ff_blockdsp_init_ppc(c, high_bit_depth);
     if (ARCH_X86)
-#if FF_API_XVMC
         ff_blockdsp_init_x86(c, high_bit_depth, avctx);
-#else
-        ff_blockdsp_init_x86(c, high_bit_depth);
-#endif /* FF_API_XVMC */
     if (ARCH_MIPS)
         ff_blockdsp_init_mips(c, high_bit_depth);
 }