Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
966cd094
Commit
966cd094
authored
May 24, 2008
by
Rémi Denis-Courmont
Browse files
More symbols fixes
Still not working though
parent
e1b14641
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/check_symbols
View file @
966cd094
...
...
@@ -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
...
...
src/libvlccore.sym
View file @
966cd094
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment