Fix compilation on x64.

Originally committed as revision 23753 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2010-06-24 08:53:32 +00:00
parent 57dbd12b6d
commit 89c7d8058c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static void apply_window(const float *buf, const float *win1,
"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)