[Ffmpeg-cvslog] r7907 - trunk/libavcodec/i386/dsputil_h264_template_mmx.c
reimar
subversion
Sat Feb 10 14:33:08 CET 2007
Author: reimar
Date: Sat Feb 10 14:33:08 2007
New Revision: 7907
Modified:
trunk/libavcodec/i386/dsputil_h264_template_mmx.c
Log:
Minor AMD64 compilation fix
Modified: trunk/libavcodec/i386/dsputil_h264_template_mmx.c
==============================================================================
--- trunk/libavcodec/i386/dsputil_h264_template_mmx.c (original)
+++ trunk/libavcodec/i386/dsputil_h264_template_mmx.c Sat Feb 10 14:33:08 2007
@@ -285,7 +285,7 @@
asm volatile(
"1:\n\t"
- "addl %4, %1\n\t"
+ "add %4, %1\n\t"
/* mm1 = A * src[0,1] + B * src[1,2] */
"movq %%mm0, %%mm1\n\t"
"pmaddwd %%mm5, %%mm1\n\t"
More information about the ffmpeg-cvslog
mailing list