projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2577897
)
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
author
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Thu, 30 Jun 2005 05:35:26 +0000
(
05:35
+0000)
committer
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Thu, 30 Jun 2005 05:35:26 +0000
(
05:35
+0000)
Originally committed as revision 15859 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/swscale_template.c
patch
|
blob
|
history
diff --git
a/postproc/swscale_template.c
b/postproc/swscale_template.c
index 05f2961ec5b62b63faeeb978fdd85a9bcbc0fba7..c91e9cd5fad3758a24512bd8ce8e052706bcb2b7 100644
(file)
--- 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"
);