On Tue, May 01, 2012 at 09:32:44AM -0700, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <[email protected]>
> 
> Fixes a compile error with clang at -O0.
> ---
>  libavcodec/x86/snowdsp_mmx.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libavcodec/x86/snowdsp_mmx.c b/libavcodec/x86/snowdsp_mmx.c
> index 3e6bc99..00b6261 100644
> --- a/libavcodec/x86/snowdsp_mmx.c
> +++ b/libavcodec/x86/snowdsp_mmx.c
> @@ -675,14 +675,14 @@ static void ff_snow_vertical_compose97i_mmx(IDWTELEM 
> *b0, IDWTELEM *b1, IDWTELEM
>  
>  #define snow_inner_add_yblock_sse2_end_8\
>               "sal $1, %%"REG_c"              \n\t"\
> -             "add $"PTR_SIZE"*2, %1          \n\t"\
> +             "addl $"PTR_SIZE"*2, %1         \n\t"\
>               snow_inner_add_yblock_sse2_end_common1\
>               "sar $1, %%"REG_c"              \n\t"\
>               "sub $2, %2                     \n\t"\
>               snow_inner_add_yblock_sse2_end_common2
>  
>  #define snow_inner_add_yblock_sse2_end_16\
> -             "add $"PTR_SIZE"*1, %1          \n\t"\
> +             "addl $"PTR_SIZE"*1, %1         \n\t"\
>               snow_inner_add_yblock_sse2_end_common1\
>               "dec %2                         \n\t"\
>               snow_inner_add_yblock_sse2_end_common2
> -- 

looks fine
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to