Module: libav Branch: master Commit: 36a6fb989b017898041703025ef20028146675a8
Author: Carl Eugen Hoyos <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Sun Feb 22 17:46:49 2015 +0000 hevc_deblock: Fix compilation with nasm CC: [email protected] Bug-Id: 795 Signed-off-by: Vittorio Giovara <[email protected]> --- libavcodec/x86/hevc_deblock.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm index 45b8703..1e895f0 100644 --- a/libavcodec/x86/hevc_deblock.asm +++ b/libavcodec/x86/hevc_deblock.asm @@ -356,7 +356,7 @@ ALIGN 16 %if %1 > 8 shl betaq, %1 - 8 %endif - movd m13, betaq + movd m13, betad SPLATW m13, m13, 0 ;end beta calculations @@ -620,7 +620,7 @@ ALIGN 16 paddw m15, m2; p1' ;beta calculations - movd m10, betaq + movd m10, betad SPLATW m10, m10, 0 movd m13, r7d; 1dp0 + 1dp3 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
