# HG changeset patch # User lorenm # Date 1143065308 0 # Node ID 91f89a395b286983ad52c69eca7235715478ed92 # Parent 57d31bdbebe8119314aab73e72d92c22b90bf540 10l diff -r 57d31bdbebe8 -r 91f89a395b28 i386/dsputil_h264_template_mmx.c --- a/i386/dsputil_h264_template_mmx.c Wed Mar 22 22:05:00 2006 +0000 +++ b/i386/dsputil_h264_template_mmx.c Wed Mar 22 22:08:28 2006 +0000 @@ -376,7 +376,7 @@ * ok because partitions are processed from left to right. */ H264_CHROMA_OP4(%0, %%mm1, %%mm3) "movd %%mm1, %0\n\t" - : "=m" (dst[0]) : "m" (ff_pw_32) : "eax"); + : "=m" (dst[0]) : "m" (ff_pw_32)); dst += stride; } }