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
19721e51
Commit
19721e51
authored
May 16, 2008
by
Rafaël Carré
Browse files
s/libvlc/libvlccore/
parent
4ec082c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/check_symbols
View file @
19721e51
...
...
@@ -9,7 +9,7 @@ sed -n -e 's/^[ ]*VLC_EXPORT[ ]*([^,]*,\([^,]*\),.*/\1/p' | \
sed
-e
's/[^a-zA-Z0-9_]*//'
|
\
sort
-fdu
>
libvlc-headers.sym
if
!
diff
-u
${
srcdir
}
/libvlc.sym libvlc-headers.sym
;
then
if
!
diff
-u
${
srcdir
}
/libvlc
core
.sym libvlc-headers.sym
;
then
echo
"Mismatching symbols found!"
exit
1
fi
...
...
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