mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
avcodec/x86/w64xmmtest: Fix another build failure
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
8042d6c492
commit
8d860f9a77
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user