Mercurial > libavcodec.hg
changeset 11942:ce4b71c171aa libavcodec
Fix compilation on x64.
author | vitor |
---|---|
date | Thu, 24 Jun 2010 08:53:32 +0000 |
parents | 9e12316c508a |
children | 3f5b35e5f4de |
files | x86/mpegaudiodec_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/x86/mpegaudiodec_mmx.c Thu Jun 24 08:46:47 2010 +0000 +++ b/x86/mpegaudiodec_mmx.c Thu Jun 24 08:53:32 2010 +0000 @@ -74,7 +74,7 @@ "movaps %%xmm0, (%4,%0) \n\t" "movaps %%xmm4, (%5,%0) \n\t" - "addl $16, %0 \n\t" + "add $16, %0 \n\t" "jl 1b \n\t" :"+&r"(count) :"r"(win1a), "r"(win2a), "r"(bufa), "r"(sum1a), "r"(sum2a)