[vlc-devel] commit: s/libvlc/libvlccore/ ( Rafaël Carré )

git version control git at videolan.org
Fri May 16 11:53:08 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri May 16 11:54:19 2008 +0200| [19721e51fd6412ad337000673147304e406e399b]

s/libvlc/libvlccore/

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19721e51fd6412ad337000673147304e406e399b
---

 src/check_symbols |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/check_symbols b/src/check_symbols
index 3556a79..8398d80 100755
--- a/src/check_symbols
+++ b/src/check_symbols
@@ -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




More information about the vlc-devel mailing list