diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2005-06-30 05:35:26 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2005-06-30 05:35:26 +0000 |
commit | 9cc768f64c06954a55e3c1d25ac44f8651c08d24 (patch) | |
tree | 12fc9ef471648ffc5e31a256998619d2399bfb7c /postproc | |
parent | 2577897d2bafd31e0565e8d3d69a4a72dfba8254 (diff) | |
download | ffmpeg-9cc768f64c06954a55e3c1d25ac44f8651c08d24.tar.gz |
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
Originally committed as revision 15859 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/swscale_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c index 05f2961ec5..c91e9cd5fa 100644 --- a/postproc/swscale_template.c +++ b/postproc/swscale_template.c @@ -2547,7 +2547,7 @@ FUNNY_UV_CODE "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" ); |