[MPlayer-cvslog] CVS: main/postproc swscale_template.c,1.118,1.119
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Thu Jun 30 07:35:29 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var2/tmp/cvs-serv13802/postproc
Modified Files:
swscale_template.c
Log Message:
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
Index: swscale_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- swscale_template.c 28 Jun 2005 22:54:09 -0000 1.118
+++ swscale_template.c 30 Jun 2005 05:35:26 -0000 1.119
@@ -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"
);
More information about the MPlayer-cvslog
mailing list