[SCM] libav/experimental: Add d modifier to asm argument to fix nasm compilation.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:17:15 UTC 2013
The following commit has been merged in the experimental branch:
commit 6c2142809cc46e3801006ddf5f0adc85243a3a2b
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Thu Oct 7 19:18:18 2010 +0000
Add d modifier to asm argument to fix nasm compilation.
Originally committed as revision 25397 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/x86/h264_intrapred.asm b/libavcodec/x86/h264_intrapred.asm
index e296244..7d3ef95 100644
--- a/libavcodec/x86/h264_intrapred.asm
+++ b/libavcodec/x86/h264_intrapred.asm
@@ -345,7 +345,7 @@ cglobal pred16x16_plane_%3_%1, 2, 7, %2
pmullw m0, [pw_5]
psraw m0, 6
%elifidn %3, svq3
- movd r3, m0
+ movd r3d, m0
movsx r3, r3w
test r3, r3
lea r4, [r3+3]
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list