s/libvlc/libvlccore/

This commit is contained in:
Rafaël Carré 2008-05-16 11:54:19 +02:00
parent 4ec082c0b0
commit 19721e51fd

View File

@ -9,7 +9,7 @@ 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
if ! diff -u ${srcdir}/libvlc.sym libvlc-headers.sym; then if ! diff -u ${srcdir}/libvlccore.sym libvlc-headers.sym; then
echo "Mismatching symbols found!" echo "Mismatching symbols found!"
exit 1 exit 1
fi fi