X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fblockdsp.c;h=42e177bae65af348e6dc6cedda9475f4cd6e2883;hb=0cdba4ac6806fc8a35e53e044967a3855a60d769;hp=8480f0b2fe0fa562b902f9b521119043d5d693c4;hpb=80a37fc3e10a093d3aff7c9f5c4f62c7d9688f23;p=ffmpeg diff --git a/libavcodec/blockdsp.c b/libavcodec/blockdsp.c index 8480f0b2fe0..42e177bae65 100644 --- a/libavcodec/blockdsp.c +++ b/libavcodec/blockdsp.c @@ -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); }