summaryrefslogtreecommitdiff
path: root/libavcodec/x86/w64xmmtest.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-05 21:49:39 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-05 22:15:53 +0200
commit8d860f9a772ef717d5124f0c79e23b1a0c5e4d70 (patch)
treed2e080e7ee2bb1f1c40d46ce61ba72c3e1917a20 /libavcodec/x86/w64xmmtest.c
parent8042d6c49248c80af322d9ca92ee486e0acf510a (diff)
downloadffmpeg-8d860f9a772ef717d5124f0c79e23b1a0c5e4d70.tar.gz
avcodec/x86/w64xmmtest: Fix another build failure
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/x86/w64xmmtest.c')
-rw-r--r--libavcodec/x86/w64xmmtest.c7
1 files changed, 0 insertions, 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))