Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
ae71e21f
Commit
ae71e21f
authored
Jan 21, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to update the symbols
parent
76a32e9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/check_symbols
src/check_symbols
+9
-1
src/libvlc.sym
src/libvlc.sym
+1
-0
No files found.
src/check_symbols
View file @
ae71e21f
...
...
@@ -8,4 +8,12 @@ cat ${srcdir}/../include/vlc_*.h | \
sed
-n
-e
's/^VLC_EXPORT\s*([^,]*,\s*\([a-zA-Z0-9_]*\)\s*,.*$/\1/p'
|
\
sort
-du
>
libvlc-headers.sym
exec
diff
-u
${
srcdir
}
/libvlc.sym libvlc-headers.sym
if
grep
-e
"^_"
libvlc-headers.sym
;
then
echo
"Illegal symbol name (starting with underscore) found!"
;
exit
1
fi
if
!
diff
-u
${
srcdir
}
/libvlc.sym libvlc-headers.sym
;
then
echo
"Mismatching symbols found!"
exit
1
fi
src/libvlc.sym
View file @
ae71e21f
...
...
@@ -182,6 +182,7 @@ msleep
mstrtime
mwait
__net_Accept
net_AcceptSingle
__net_Connect
__net_ConnectDgram
__net_Gets
...
...
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