Mercurial > mplayer.hg
changeset 15762:a418d6768d18
10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32
tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64
author | gpoirier |
---|---|
date | Sun, 19 Jun 2005 14:35:10 +0000 |
parents | f2e5268acebb |
children | 67b1b3300a8b |
files | postproc/swscale_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/swscale_template.c Sun Jun 19 13:50:50 2005 +0000 +++ b/postproc/swscale_template.c Sun Jun 19 14:35:10 2005 +0000 @@ -2547,7 +2547,7 @@ "cmp %2, %%"REG_a" \n\t" " jb 1b \n\t" - :: "m" (src1), "m" (dst), "p" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask), + :: "m" (src1), "m" (dst), "mp" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask), "r" (src2) : "%"REG_a, "%"REG_b, "%ecx", "%"REG_D, "%esi" );