Commit 966cd094 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

More symbols fixes

Still not working though
parent e1b14641
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment