diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-02-22 17:46:49 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-02-22 23:46:55 +0000 |
commit | 2d1309c3528f89bfafe1298badf39fe7a1be0542 (patch) | |
tree | c4c4848e162172438f76fcfe3184467d0d4a5172 /libavcodec | |
parent | 2686dab45eec54f99866413153aa0b36381e48be (diff) | |
download | ffmpeg-2d1309c3528f89bfafe1298badf39fe7a1be0542.tar.gz |
hevc_deblock: Fix compilation with nasm
CC: libav-stable@libav.org
Bug-Id: 795
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/x86/hevc_deblock.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm index 45b8703251..1e895f0aa5 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 |