[FFmpeg-cvslog] r23753 - trunk/libavcodec/x86/mpegaudiodec_mmx.c
vitor
subversion
Thu Jun 24 10:53:32 CEST 2010
Author: vitor
Date: Thu Jun 24 10:53:32 2010
New Revision: 23753
Log:
Fix compilation on x64.
Modified:
trunk/libavcodec/x86/mpegaudiodec_mmx.c
Modified: trunk/libavcodec/x86/mpegaudiodec_mmx.c
==============================================================================
--- trunk/libavcodec/x86/mpegaudiodec_mmx.c Thu Jun 24 10:46:47 2010 (r23752)
+++ trunk/libavcodec/x86/mpegaudiodec_mmx.c Thu Jun 24 10:53:32 2010 (r23753)
@@ -74,7 +74,7 @@ static void apply_window(const float *bu
"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)
More information about the ffmpeg-cvslog
mailing list