Mercurial > mplayer.hg
changeset 15858:045f91e5e67d
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
author | gpoirier |
---|---|
date | Thu, 30 Jun 2005 05:35:26 +0000 |
parents | 70ad5a19d831 |
children | e5973f7363de |
files | postproc/swscale_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" );