[FFmpeg-devel] [PATCH] lossless_videodsp.asm: fix compilation.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Jan 21 19:48:11 CET 2014


On Tue, Jan 21, 2014 at 03:22:35AM +0100, Michael Niedermayer wrote:
> On Mon, Jan 20, 2014 at 11:28:47PM +0100, Reimar Döffinger wrote:
> > Fixes these errors with nasm:
> > libavcodec/x86/lossless_videodsp.asm:86: error: invalid combination of opcode and operands
> > libavcodec/x86/lossless_videodsp.asm:88: error: invalid combination of opcode and operands
> > I don't know whether movd or movq was meant, but either way
> > maskq vs. maskd must match the mov size.
> > 
> > Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> > ---
> >  libavcodec/x86/lossless_videodsp.asm | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> LGTM

Pushed, but I do not care about pushing myself, attribution or anything for
such trivial stuff, so feel free to do such changes yourself when you
are changing surrounding code anyway.


More information about the ffmpeg-devel mailing list