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

Marvin Scholz epirat07 at gmail.com
Wed Apr 1 21:47:42 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 ef0b7a1216..9c1a8e7068 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 '^sdp_' -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