[FFmpeg-cvslog] r25397 - trunk/libavcodec/x86/h264_intrapred.asm
Reimar Döffinger
Reimar.Doeffinger
Thu Oct 7 21:20:44 CEST 2010
On Thu, Oct 07, 2010 at 09:18:18PM +0200, reimar wrote:
> 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
I decided to apply such trivial stuff without patch since I promised
to not needlessly bother people with nasm support.
Say if you think that's not okay (I'll of course send patches for anything
more significant that this).
More information about the ffmpeg-cvslog
mailing list