[FFmpeg-cvslog] r25397 - trunk/libavcodec/x86/h264_intrapred.asm
reimar
subversion
Thu Oct 7 21:18:18 CEST 2010
Author: reimar
Date: Thu Oct 7 21:18:18 2010
New Revision: 25397
Log:
Add d modifier to asm argument to fix nasm compilation.
Modified:
trunk/libavcodec/x86/h264_intrapred.asm
Modified: trunk/libavcodec/x86/h264_intrapred.asm
==============================================================================
--- trunk/libavcodec/x86/h264_intrapred.asm Thu Oct 7 21:17:06 2010 (r25396)
+++ trunk/libavcodec/x86/h264_intrapred.asm Thu Oct 7 21:18:18 2010 (r25397)
@@ -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]
More information about the ffmpeg-cvslog
mailing list