From 966cd094f1c06e6dcfd14eacfd84ea6b9dc4df23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 24 May 2008 20:10:26 +0300 Subject: [PATCH] More symbols fixes Still not working though --- src/check_symbols | 2 +- src/libvlccore.sym | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/check_symbols b/src/check_symbols index 8398d80120..4374d8d6a2 100755 --- a/src/check_symbols +++ b/src/check_symbols @@ -4,7 +4,7 @@ rm -f libvlc-headers.sym -cat ${srcdir}/../include/vlc_*.h | \ +cat ${srcdir}/../include/vlc_*.h ${srcdir}/control/*.h | \ sed -n -e 's/^[ ]*VLC_EXPORT[ ]*([^,]*,\([^,]*\),.*/\1/p' | \ sed -e 's/[^a-zA-Z0-9_]*//' | \ sort -fdu > libvlc-headers.sym diff --git a/src/libvlccore.sym b/src/libvlccore.sym index 430adc72a8..8632748279 100644 --- a/src/libvlccore.sym +++ b/src/libvlccore.sym @@ -158,11 +158,11 @@ __intf_UserStringInput __intf_UserWarn __intf_UserYesNo IsUTF8 -libvlc_InternalInit -libvlc_InternalCreate -libvlc_InternalCleanup libvlc_InternalAddIntf +libvlc_InternalCleanup +libvlc_InternalCreate libvlc_InternalDestroy +libvlc_InternalInit LocaleFree mdate __module_Exists @@ -430,6 +430,7 @@ __vlc_object_yield vlc_pthread_fatal vlc_rand_bytes vlc_sdp_Start +vlc_strcasestr vlc_strlcpy vlc_strtoll vlc_submodule_create -- 2.39.2