[FFmpeg-devel] [PATCH 2/3] x86/vf_blend: use shared constants

James Almer jamrial at gmail.com
Mon Feb 8 20:28:58 CET 2016


On 2/8/2016 4:24 PM, Timothy Gu wrote:
> ---
>  libavfilter/x86/vf_blend.asm | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/libavfilter/x86/vf_blend.asm b/libavfilter/x86/vf_blend.asm
> index 730be77..8e4251a 100644
> --- a/libavfilter/x86/vf_blend.asm
> +++ b/libavfilter/x86/vf_blend.asm
> @@ -24,11 +24,11 @@
>  
>  SECTION_RODATA
>  
> -pw_128: times 8 dw 128
> -pw_255: times 8 dw 255
> +cextern pw_128
> +cextern pw_255
> +cextern pw_m1
> +cextern pb_80

None of the lavc constants are available outside lavc on shared builds.


More information about the ffmpeg-devel mailing list