1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavcodec
Reimar Döffinger 76421982d0 lossless_videodsp.asm: fix compilation.
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@gmx.de>
2014-01-21 19:46:02 +01:00
..
2014-01-09 19:33:07 +01:00
2014-01-09 19:33:07 +01:00
2014-01-21 11:57:43 +01:00
2014-01-21 11:58:52 +01:00
2014-01-10 17:08:04 +01:00
2014-01-10 17:51:13 +01:00
2014-01-19 22:26:43 +01:00