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 @@ ...@@ -4,7 +4,7 @@
rm -f libvlc-headers.sym 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 -n -e 's/^[ ]*VLC_EXPORT[ ]*([^,]*,\([^,]*\),.*/\1/p' | \
sed -e 's/[^a-zA-Z0-9_]*//' | \ sed -e 's/[^a-zA-Z0-9_]*//' | \
sort -fdu > libvlc-headers.sym sort -fdu > libvlc-headers.sym
......
...@@ -158,11 +158,11 @@ __intf_UserStringInput ...@@ -158,11 +158,11 @@ __intf_UserStringInput
__intf_UserWarn __intf_UserWarn
__intf_UserYesNo __intf_UserYesNo
IsUTF8 IsUTF8
libvlc_InternalInit
libvlc_InternalCreate
libvlc_InternalCleanup
libvlc_InternalAddIntf libvlc_InternalAddIntf
libvlc_InternalCleanup
libvlc_InternalCreate
libvlc_InternalDestroy libvlc_InternalDestroy
libvlc_InternalInit
LocaleFree LocaleFree
mdate mdate
__module_Exists __module_Exists
...@@ -430,6 +430,7 @@ __vlc_object_yield ...@@ -430,6 +430,7 @@ __vlc_object_yield
vlc_pthread_fatal vlc_pthread_fatal
vlc_rand_bytes vlc_rand_bytes
vlc_sdp_Start vlc_sdp_Start
vlc_strcasestr
vlc_strlcpy vlc_strlcpy
vlc_strtoll vlc_strtoll
vlc_submodule_create 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