[SCM] libav/experimental: Convert two "m" constraints to MANGLE to fix compilation with some compilers.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:05:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 27eecec3598b0c35b7aeb10c08f2c5e42b1fdd4f
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Thu Apr 1 16:52:14 2010 +0000

    Convert two "m" constraints to MANGLE to fix compilation with some compilers.
    
    Originally committed as revision 22760 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c
index 7effb7a..ab6e083 100644
--- a/libavcodec/x86/h264dsp_mmx.c
+++ b/libavcodec/x86/h264dsp_mmx.c
@@ -964,8 +964,8 @@ static av_noinline void OPNAME ## h264_qpel4_h_lowpass_ ## MMX(uint8_t *dst, uin
 \
     __asm__ volatile(\
         "pxor %%mm7, %%mm7          \n\t"\
-        "movq %5, %%mm4             \n\t"\
-        "movq %6, %%mm5             \n\t"\
+        "movq "MANGLE(ff_pw_5) ", %%mm4\n\t"\
+        "movq "MANGLE(ff_pw_16)", %%mm5\n\t"\
         "1:                         \n\t"\
         "movd  -1(%0), %%mm1        \n\t"\
         "movd    (%0), %%mm2        \n\t"\
@@ -995,7 +995,7 @@ static av_noinline void OPNAME ## h264_qpel4_h_lowpass_ ## MMX(uint8_t *dst, uin
         "decl %2                    \n\t"\
         " jnz 1b                    \n\t"\
         : "+a"(src), "+c"(dst), "+g"(h)\
-        : "d"((x86_reg)srcStride), "S"((x86_reg)dstStride), "m"(ff_pw_5), "m"(ff_pw_16)\
+        : "d"((x86_reg)srcStride), "S"((x86_reg)dstStride)\
         : "memory"\
     );\
 }\

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list