Mercurial > libavcodec.hg
changeset 12519:0b6bd91bbe57 libavcodec
Add d suffix to movd target register to make it work with nasm.
author | reimar |
---|---|
date | Sun, 26 Sep 2010 09:15:18 +0000 |
parents | 67e7e49058c2 |
children | 5915f4f0e172 |
files | x86/h264_idct.asm |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/x86/h264_idct.asm Sun Sep 26 09:08:11 2010 +0000 +++ b/x86/h264_idct.asm Sun Sep 26 09:15:18 2010 +0000 @@ -245,12 +245,12 @@ movsx %1, word [%1] add %1, 32 sar %1, 6 - movd m0, %1 + movd m0, %1d lea %1, [%2*3] %else add %3, 32 sar %3, 6 - movd m0, %3 + movd m0, %3d lea %3, [%2*3] %endif pshufw m0, m0, 0