Commit dcc263a4 authored by reimar's avatar reimar

Minor AMD64 compilation fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7907 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1523b7c7
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment