# HG changeset patch # User michael # Date 1172102676 0 # Node ID a798e8cc5e67fd0bebe67c73f4f338454f7e8472 # Parent 53ed3a394b4be98e282c5df7ece4f780c59079b7 gcc 2.95 fix diff -r 53ed3a394b4b -r a798e8cc5e67 i386/dsputil_h264_template_mmx.c --- a/i386/dsputil_h264_template_mmx.c Wed Feb 21 23:48:20 2007 +0000 +++ b/i386/dsputil_h264_template_mmx.c Thu Feb 22 00:04:36 2007 +0000 @@ -188,8 +188,8 @@ "pxor %%mm7, %%mm7 \n\t" "movd %5, %%mm2 \n\t" "movd %6, %%mm3 \n\t" - "movq %7, %%mm4 \n\t" - "movq %7, %%mm5 \n\t" + "movq "MANGLE(ff_pw_8)", %%mm4\n\t" + "movq "MANGLE(ff_pw_8)", %%mm5\n\t" "punpcklwd %%mm2, %%mm2 \n\t" "punpcklwd %%mm3, %%mm3 \n\t" "punpcklwd %%mm2, %%mm2 \n\t" @@ -246,7 +246,7 @@ "sub $2, %2 \n\t" "jnz 1b \n\t" : "+r"(dst), "+r"(src), "+r"(h) - : "r"((long)stride), "m"(ff_pw_32), "m"(x), "m"(y), "m"(ff_pw_8) + : "r"((long)stride), "m"(ff_pw_32), "m"(x), "m"(y) ); }