[MPlayer-cvslog] CVS: main/postproc swscale_template.c,1.115,1.116
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Sun Jun 19 16:35:20 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var2/tmp/cvs-serv13462
Modified Files:
swscale_template.c
Log Message:
10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32
tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64
Index: swscale_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- swscale_template.c 18 Jun 2005 20:16:19 -0000 1.115
+++ swscale_template.c 19 Jun 2005 14:35:10 -0000 1.116
@@ -2547,7 +2547,7 @@
"cmp %2, %%"REG_a" \n\t"
" jb 1b \n\t"
- :: "m" (src1), "m" (dst), "p" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask),
+ :: "m" (src1), "m" (dst), "mp" ((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