On Mon, Aug 06, 2012 at 02:35:22AM +0100, Mans Rullgard wrote: > yasm tolerates mismatch between movd/movq and source register size, > adjusting the instruction according to the register. nasm is more > strict. > > Signed-off-by: Mans Rullgard <[email protected]> > --- > Missed a couple that somehow worked with nasm 2.10 but fail with 2.08. > --- > libavcodec/x86/h264_deblock_10bit.asm | 12 ++++++------ > libavcodec/x86/rv34dsp.asm | 6 +++--- > libavcodec/x86/rv40dsp.asm | 4 ++-- > 3 files changed, 11 insertions(+), 11 deletions(-)
Yep, works fine with 2.08 as well now, good work, patch OK. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
