changeset 4509:91ccf7e94441 libavcodec

Minor AMD64 compilation fix
author reimar
date Sat, 10 Feb 2007 13:33:08 +0000
parents 240aed40371b
children d4883f3eea0a
files i386/dsputil_h264_template_mmx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"