[FFmpeg-cvslog] r25397 - trunk/libavcodec/x86/h264_intrapred.asm

Ronald S. Bultje rsbultje
Thu Oct 7 23:13:10 CEST 2010


Hi,

On Thu, Oct 7, 2010 at 3:20 PM, Reimar D?ffinger
<Reimar.Doeffinger at gmx.de> wrote:
> 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).

I am very explicitely OK with. Thanks for taking this (unthankful) job upon you.

Ronald



More information about the ffmpeg-cvslog mailing list