Commit 49f1ab32 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

symbol list consistency checker

parent b2206bce
#! /bin/sh
# Plugin API consistency check for VLC
# Copyright © 2007 Rémi Denis-Courmont.
rm -f libvlc-headers.sym
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment