git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8042d6c
)
avcodec/x86/w64xmmtest: Fix another build failure
author
Michael Niedermayer
<michael@niedermayer.cc>
Sat, 5 Sep 2015 19:49:39 +0000
(21:49 +0200)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Sat, 5 Sep 2015 20:15:53 +0000
(22:15 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/x86/w64xmmtest.c
patch
|
blob
|
history
diff --git
a/libavcodec/x86/w64xmmtest.c
b/libavcodec/x86/w64xmmtest.c
index
25e833f
..
94b3049
100644
(file)
--- 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))