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.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to