mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-09 00:29:54 +00:00
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
This commit is contained in:
parent
2577897d2b
commit
9cc768f64c
@ -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"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user