# HG changeset patch # User reimar # Date 1171114388 0 # Node ID 91ccf7e944411bbf1f88d877fcadf14b655ed939 # Parent 240aed40371bb2671a5ddf42d86dcfb5133b336f Minor AMD64 compilation fix diff -r 240aed40371b -r 91ccf7e94441 i386/dsputil_h264_template_mmx.c --- a/i386/dsputil_h264_template_mmx.c Sat Feb 10 03:56:49 2007 +0000 +++ b/i386/dsputil_h264_template_mmx.c Sat Feb 10 13:33:08 2007 +0000 @@ -285,7 +285,7 @@ asm volatile( "1:\n\t" - "addl %4, %1\n\t" + "add %4, %1\n\t" /* mm1 = A * src[0,1] + B * src[1,2] */ "movq %%mm0, %%mm1\n\t" "pmaddwd %%mm5, %%mm1\n\t"