[Ffmpeg-cvslog] r8022 - trunk/libavcodec/i386/dsputil_h264_template_mmx.c
mru
subversion
Sun Feb 18 21:00:05 CET 2007
Author: mru
Date: Sun Feb 18 21:00:05 2007
New Revision: 8022
Modified:
trunk/libavcodec/i386/dsputil_h264_template_mmx.c
Log:
fix for x86-64
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 Sun Feb 18 21:00:05 2007
@@ -246,7 +246,7 @@
"sub $2, %2 \n\t"
"jnz 1b \n\t"
: "+r"(dst), "+r"(src), "+r"(h)
- : "r"(stride), "m"(ff_pw_32), "m"(x), "m"(y), "m"(ff_pw_8)
+ : "r"((long)stride), "m"(ff_pw_32), "m"(x), "m"(y), "m"(ff_pw_8)
);
}
More information about the ffmpeg-cvslog
mailing list