OSDN Git Service

Add d modifier to asm argument to fix nasm compilation.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 7 Oct 2010 19:18:18 +0000 (19:18 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 7 Oct 2010 19:18:18 +0000 (19:18 +0000)
Originally committed as revision 25397 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/x86/h264_intrapred.asm

index e296244..7d3ef95 100644 (file)
@@ -345,7 +345,7 @@ cglobal pred16x16_plane_%3_%1, 2, 7, %2
     pmullw       m0, [pw_5]
     psraw        m0, 6
 %elifidn %3, svq3
-    movd         r3, m0
+    movd        r3d, m0
     movsx        r3, r3w
     test         r3, r3
     lea          r4, [r3+3]