Mercurial > libavcodec.hg
changeset 2657:24472383b36f libavcodec
fix PIC
author | michael |
---|---|
date | Sun, 08 May 2005 18:48:19 +0000 |
parents | 9541ac28509f |
children | d1609cfeb1d0 |
files | i386/dsputil_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/dsputil_mmx.c Sun May 08 15:04:59 2005 +0000 +++ b/i386/dsputil_mmx.c Sun May 08 18:48:19 2005 +0000 @@ -862,7 +862,7 @@ "movd %%mm2, (%1) \n\t" :: "r"(pix-2*stride), "r"(pix), "r"((long)stride), "r"(tc0[1]<<16 | tc0[0]), - "r"(alpha), "r"(beta), "m"(ff_pw_4) + "r"(alpha), "g"(beta), "m"(ff_pw_4) ); }