summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-30 05:35:26 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-30 05:35:26 +0000
commit455ea9d1c22b416b79360c2a4edd378cc846468d (patch)
tree68e904167e380f43e562427bd7ef93aa3d6a6f3d /postproc
parentb8bf49ab7c95dc884b34df72a688ac241a2dcffc (diff)
downloadmpv-455ea9d1c22b416b79360c2a4edd378cc846468d.tar.bz2
mpv-455ea9d1c22b416b79360c2a4edd378cc846468d.tar.xz
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15859 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/swscale_template.c2
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"
);