ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Wed Jun 8 14:57:58 2022 +0200| [03cbec7bdc8d2b27084784261647bd70e28e0174] | committer: Andreas Rheinhardt
avcodec/x86/qpeldsp: Remove unused ff_put_no_rnd_pixels16_l2_3dnow qpeldsp does not use 3dnow, it is MMXEXT-only. Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03cbec7bdc8d2b27084784261647bd70e28e0174 --- libavcodec/x86/qpeldsp.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/x86/qpeldsp.asm b/libavcodec/x86/qpeldsp.asm index 282faed14f..3a6a650654 100644 --- a/libavcodec/x86/qpeldsp.asm +++ b/libavcodec/x86/qpeldsp.asm @@ -166,8 +166,6 @@ cglobal put_no_rnd_pixels16_l2, 6,6 INIT_MMX mmxext PUT_NO_RND_PIXELS16_l2 -INIT_MMX 3dnow -PUT_NO_RND_PIXELS16_l2 %macro MPEG4_QPEL16_H_LOWPASS 1 cglobal %1_mpeg4_qpel16_h_lowpass, 5, 5, 0, 16 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
