[vlc-devel] [PATCH v4 14/14] check_symbols: Remove MD5 exception

Rémi Denis-Courmont remi at remlab.net
Wed Apr 15 15:41:54 CEST 2020


Series OK for me.

Le 15 avril 2020 14:35:29 GMT+03:00, Marvin Scholz <epirat07 at gmail.com> a écrit :
>The old MD5 API is gone now and the new one has a vlc_ prefix, so
>no exception is needed anymore.
>---
> src/check_symbols | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/src/check_symbols b/src/check_symbols
>index 2d9e427d09..b8051e0835 100755
>--- a/src/check_symbols
>+++ b/src/check_symbols
>@@ -22,7 +22,7 @@ cat libvlccore.sym | grep -v \
> 	-e '^config_' -e '^module_' -e '^var_' \
> 	-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 '^m\(date\|sleep\|wait\)$' -e '^[A-Z][a-z]*Charset$' \
> 	-e '^NTPtime64$' -e '^secstotimestr$' \
> 		&& exit 1
> 
>-- 
>2.24.1 (Apple Git-126)
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200415/2cef2bda/attachment.html>


More information about the vlc-devel mailing list