Commit bac0c32f authored by gpoirier's avatar gpoirier

Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15859 b3059339-0415-0410-9bf9-f77b7e298cf2
parent b40bc1c8
...@@ -2547,7 +2547,7 @@ FUNNY_UV_CODE ...@@ -2547,7 +2547,7 @@ FUNNY_UV_CODE
"cmp %2, %%"REG_a" \n\t" "cmp %2, %%"REG_a" \n\t"
" jb 1b \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) "r" (src2)
: "%"REG_a, "%"REG_b, "%ecx", "%"REG_D, "%esi" : "%"REG_a, "%"REG_b, "%ecx", "%"REG_D, "%esi"
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment