diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-02-10 13:33:08 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-02-10 13:33:08 +0000 |
commit | 392b76ca93442927143faaaea9ad774ea01df34a (patch) | |
tree | e46f971ab5a1b6072da9e4d946415c5c6b36c2a3 /libavcodec/i386 | |
parent | 9bc0d3ef3e7079a7bedf1e592dc677067d4124e5 (diff) | |
download | ffmpeg-392b76ca93442927143faaaea9ad774ea01df34a.tar.gz |
Minor AMD64 compilation fix
Originally committed as revision 7907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r-- | libavcodec/i386/dsputil_h264_template_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_h264_template_mmx.c b/libavcodec/i386/dsputil_h264_template_mmx.c index 16a9c6a46f..38f94114d3 100644 --- a/libavcodec/i386/dsputil_h264_template_mmx.c +++ b/libavcodec/i386/dsputil_h264_template_mmx.c @@ -285,7 +285,7 @@ static void H264_CHROMA_MC2_TMPL(uint8_t *dst/*align 2*/, uint8_t *src/*align 1* 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" |