# HG changeset patch # User vitor # Date 1277369612 0 # Node ID ce4b71c171aa7609c91ee7e132cf2872d29f0eb6 # Parent 9e12316c508a7978f7202acc510e48bd566d1d8a Fix compilation on x64. diff -r 9e12316c508a -r ce4b71c171aa x86/mpegaudiodec_mmx.c --- 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)