Fix compilation on x64.

Originally committed as revision 23753 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Vitor Sessak 15 years ago
parent 57dbd12b6d
commit 89c7d8058c
  1. 2
      libavcodec/x86/mpegaudiodec_mmx.c

@ -74,7 +74,7 @@ static void apply_window(const float *buf, const float *win1,
"movaps %%xmm0, (%4,%0) \n\t" "movaps %%xmm0, (%4,%0) \n\t"
"movaps %%xmm4, (%5,%0) \n\t" "movaps %%xmm4, (%5,%0) \n\t"
"addl $16, %0 \n\t" "add $16, %0 \n\t"
"jl 1b \n\t" "jl 1b \n\t"
:"+&r"(count) :"+&r"(count)
:"r"(win1a), "r"(win2a), "r"(bufa), "r"(sum1a), "r"(sum2a) :"r"(win1a), "r"(win2a), "r"(bufa), "r"(sum1a), "r"(sum2a)

Loading…
Cancel
Save