Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
966cd094
Commit
966cd094
authored
May 24, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More symbols fixes
Still not working though
parent
e1b14641
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/check_symbols
src/check_symbols
+1
-1
src/libvlccore.sym
src/libvlccore.sym
+4
-3
No files found.
src/check_symbols
View file @
966cd094
...
@@ -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
...
...
src/libvlccore.sym
View file @
966cd094
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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