From 8d860f9a772ef717d5124f0c79e23b1a0c5e4d70 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 5 Sep 2015 21:49:39 +0200 Subject: [PATCH] avcodec/x86/w64xmmtest: Fix another build failure Signed-off-by: Michael Niedermayer --- libavcodec/x86/w64xmmtest.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libavcodec/x86/w64xmmtest.c b/libavcodec/x86/w64xmmtest.c index 25e833fef3..94b3049a7e 100644 --- a/libavcodec/x86/w64xmmtest.c +++ b/libavcodec/x86/w64xmmtest.c @@ -65,13 +65,6 @@ wrap(avcodec_encode_audio2(AVCodecContext *avctx, got_packet_ptr); } -wrap(avcodec_encode_video(AVCodecContext *avctx, - uint8_t *buf, int buf_size, - const AVFrame *pict)) -{ - testxmmclobbers(avcodec_encode_video, avctx, buf, buf_size, pict); -} - wrap(avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub))