mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
s/libvlc/libvlccore/
This commit is contained in:
parent
4ec082c0b0
commit
19721e51fd
@ -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}/libvlccore.sym libvlc-headers.sym; then
|
||||
echo "Mismatching symbols found!"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user