diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-05 21:49:39 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-05 22:15:53 +0200 |
commit | 8d860f9a772ef717d5124f0c79e23b1a0c5e4d70 (patch) | |
tree | d2e080e7ee2bb1f1c40d46ce61ba72c3e1917a20 | |
parent | 8042d6c49248c80af322d9ca92ee486e0acf510a (diff) | |
download | ffmpeg-8d860f9a772ef717d5124f0c79e23b1a0c5e4d70.tar.gz |
avcodec/x86/w64xmmtest: Fix another build failure
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/x86/w64xmmtest.c | 7 |
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)) |