[vlc-devel] commit: More symbols fixes ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 24 19:08:54 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May 24 20:10:26 2008 +0300| [966cd094f1c06e6dcfd14eacfd84ea6b9dc4df23]
More symbols fixes
Still not working though
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=966cd094f1c06e6dcfd14eacfd84ea6b9dc4df23
---
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 8398d80..4374d8d 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 430adc7..8632748 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
More information about the vlc-devel
mailing list