[SCM] libav/experimental: Add d suffix to movd target register to make it work with nasm.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:16:15 UTC 2013
The following commit has been merged in the experimental branch:
commit 02b424d9c87a8ecd851f38aaf52941b97926b0de
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Sun Sep 26 09:15:18 2010 +0000
Add d suffix to movd target register to make it work with nasm.
Originally committed as revision 25206 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/x86/h264_idct.asm b/libavcodec/x86/h264_idct.asm
index a1ccb13..9c154f8 100644
--- a/libavcodec/x86/h264_idct.asm
+++ b/libavcodec/x86/h264_idct.asm
@@ -245,12 +245,12 @@ cglobal h264_idct8_add_sse2, 3, 4, 10
movsx %1, word [%1]
add %1, 32
sar %1, 6
- movd m0, %1
+ movd m0, %1d
lea %1, [%2*3]
%else
add %3, 32
sar %3, 6
- movd m0, %3
+ movd m0, %3d
lea %3, [%2*3]
%endif
pshufw m0, m0, 0
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list