# HG changeset patch # User gpoirier # Date 1120109726 0 # Node ID 045f91e5e67dbcc0fb1aedd5cfd2b20a675e93f0 # Parent 70ad5a19d8314cfabf0a0e0c1129f5c4ad850741 Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others diff -r 70ad5a19d831 -r 045f91e5e67d postproc/swscale_template.c --- a/postproc/swscale_template.c Thu Jun 30 00:46:21 2005 +0000 +++ b/postproc/swscale_template.c Thu Jun 30 05:35:26 2005 +0000 @@ -2547,7 +2547,7 @@ "cmp %2, %%"REG_a" \n\t" " jb 1b \n\t" - :: "m" (src1), "m" (dst), "g" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask), + :: "m" (src1), "m" (dst), "m" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask), "r" (src2) : "%"REG_a, "%"REG_b, "%ecx", "%"REG_D, "%esi" );