[vlc-devel] [PATCH v2 15/15] check_symbols: Remove MD5 exception

Marvin Scholz epirat07 at gmail.com
Wed Apr 8 00:04:31 CEST 2020


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)



More information about the vlc-devel mailing list