[FFmpeg-devel] [PATCH 21/41] avcodec/x86/mpegvideoencdsp: Disable ff_pix_norm1_mmx on x64

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Jun 10 02:55:03 EEST 2022


Forgotten in acebff8e5dc0789c228b10ffcae2f2eb6c30a91d.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavcodec/x86/mpegvideoencdsp.asm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/x86/mpegvideoencdsp.asm b/libavcodec/x86/mpegvideoencdsp.asm
index aec73f82dc..639abc429d 100644
--- a/libavcodec/x86/mpegvideoencdsp.asm
+++ b/libavcodec/x86/mpegvideoencdsp.asm
@@ -147,8 +147,10 @@ cglobal pix_norm1, 2, 3, %1
     RET
 %endmacro
 
+%if ARCH_X86_32
 INIT_MMX mmx
 PIX_NORM1 0, 16
+%endif
 INIT_XMM sse2
 PIX_NORM1 6, 8
 
-- 
2.34.1



More information about the ffmpeg-devel mailing list