From 83b12c16af4f75ff21faaa6c4bff5c71edff3ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 14 Jan 2012 17:42:57 +0100 Subject: [PATCH] Use correct register size, fixes compilation with NASM. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- libavcodec/x86/rv34dsp.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/rv34dsp.asm b/libavcodec/x86/rv34dsp.asm index 58f1af0495..a70ad07e87 100644 --- a/libavcodec/x86/rv34dsp.asm +++ b/libavcodec/x86/rv34dsp.asm @@ -39,7 +39,7 @@ SECTION .text cglobal rv34_idct_dequant4x4_%1_mmx2, 1, 2, 0 movsx r1, word [r0] IDCT_DC r1 - movd mm0, r1 + movd mm0, r1d pshufw mm0, mm0, 0 movq [r0+ 0], mm0 movq [r0+16], mm0