Commit 6c214280 authored by Reimar Döffinger's avatar Reimar Döffinger

Add d modifier to asm argument to fix nasm compilation.

Originally committed as revision 25397 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 82ae56b3
...@@ -345,7 +345,7 @@ cglobal pred16x16_plane_%3_%1, 2, 7, %2 ...@@ -345,7 +345,7 @@ cglobal pred16x16_plane_%3_%1, 2, 7, %2
pmullw m0, [pw_5] pmullw m0, [pw_5]
psraw m0, 6 psraw m0, 6
%elifidn %3, svq3 %elifidn %3, svq3
movd r3, m0 movd r3d, m0
movsx r3, r3w movsx r3, r3w
test r3, r3 test r3, r3
lea r4, [r3+3] lea r4, [r3+3]
......
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