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

RĂ©mi Denis-Courmont remi at remlab.net
Wed Apr 1 21:34:15 CEST 2020


---
 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



More information about the vlc-devel mailing list