[FFmpeg-cvslog] Use correct register size, fixes compilation with NASM.

Reimar Döffinger git at videolan.org
Sat Jan 14 17:44:07 CET 2012


ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sat Jan 14 17:42:57 2012 +0100| [83b12c16af4f75ff21faaa6c4bff5c71edff3ba0] | committer: Reimar Döffinger

Use correct register size, fixes compilation with NASM.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83b12c16af4f75ff21faaa6c4bff5c71edff3ba0
---

 libavcodec/x86/rv34dsp.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/rv34dsp.asm b/libavcodec/x86/rv34dsp.asm
index 58f1af0..a70ad07 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



More information about the ffmpeg-cvslog mailing list