[vlc-commits] Forbid sdp_ prefix in symbols

Rémi Denis-Courmont git at videolan.org
Thu Apr 2 16:12:06 CEST 2020


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr  1 22:33:38 2020 +0300| [02ae15408a4462d0e6774d6a1b83eb95f231f398] | committer: Rémi Denis-Courmont

Forbid sdp_ prefix in symbols

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02ae15408a4462d0e6774d6a1b83eb95f231f398
---

 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$' \



More information about the vlc-commits mailing list