[FFmpeg-cvslog] avcodec/x86/w64xmmtest: Fix another build failure

Michael Niedermayer git at videolan.org
Sat Sep 5 22:25:24 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sat Sep  5 21:49:39 2015 +0200| [8d860f9a772ef717d5124f0c79e23b1a0c5e4d70] | committer: Michael Niedermayer

avcodec/x86/w64xmmtest: Fix another build failure

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d860f9a772ef717d5124f0c79e23b1a0c5e4d70
---

 libavcodec/x86/w64xmmtest.c |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/libavcodec/x86/w64xmmtest.c b/libavcodec/x86/w64xmmtest.c
index 25e833f..94b3049 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))



More information about the ffmpeg-cvslog mailing list