summaryrefslogtreecommitdiffstats
path: root/libavcodec/blockdsp.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-08-17 07:40:01 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2015-08-18 12:05:57 -0400
commite3b7298aedd449ff71d445abda6617f2d841289a (patch)
treec451c3a994fa53cc1fb2bc86c46f9fb494e9358d /libavcodec/blockdsp.c
parentad45121d562d99c07ab8f77b01ba4bc610dbe0c0 (diff)
downloadffmpeg-streaming-e3b7298aedd449ff71d445abda6617f2d841289a.zip
ffmpeg-streaming-e3b7298aedd449ff71d445abda6617f2d841289a.tar.gz
lavc: fix compilation with FF_API_XVMC.
Diffstat (limited to 'libavcodec/blockdsp.c')
-rw-r--r--libavcodec/blockdsp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/blockdsp.c b/libavcodec/blockdsp.c
index 8480f0b..42e177b 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);
}
OpenPOWER on IntegriCloud