[vlc-devel] [PATCH 3/3] Forbid sdp_ prefix in symbols

Steve Lhomme robux4 at ycbcr.xyz
Thu Apr 2 07:54:54 CEST 2020


patchset LGTM

On 2020-04-01 21:34, RĂ©mi Denis-Courmont wrote:
> ---
>   src/check_symbols | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/check_symbols b/src/check_symbols
> index ef0b7a1216..2d9e427d09 100755
> --- a/src/check_symbols
> +++ b/src/check_symbols
> @@ -20,7 +20,7 @@ cat libvlccore.sym | grep -v \
>   	-e '^text_style_' -e '^text_segment_' \
>   	-e '^net_' -e '^httpd_' \
>   	-e '^config_' -e '^module_' -e '^var_' \
> -	-e '^date_' -e '^sdp_' -e '^plane_' \
> +	-e '^date_' -e '^plane_' \
>   	-e '^us_' -e '^utf8_' -e '^xml_' -e '^GetLang_' \
>   	-e '^m\(date\|sleep\|wait\)$' -e '^[A-Z][a-z]*Charset$' -e 'MD5$' \
>   	-e '^NTPtime64$' -e '^secstotimestr$' \
> -- 
> 2.26.0
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list