Changeset 19721e51fd6412ad337000673147304e406e399b
- Timestamp:
- 05/16/08 11:54:19
(3 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210931659 +0200
- git-parent:
[4ec082c0b0c0bae2942391a94fffeb3702192e47]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210931659 +0200
- Message:
s/libvlc/libvlccore/
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rae99993 |
r19721e5 |
|
| 10 | 10 | sort -fdu > libvlc-headers.sym |
|---|
| 11 | 11 | |
|---|
| 12 | | if ! diff -u ${srcdir}/libvlc.sym libvlc-headers.sym; then |
|---|
| | 12 | if ! diff -u ${srcdir}/libvlccore.sym libvlc-headers.sym; then |
|---|
| 13 | 13 | echo "Mismatching symbols found!" |
|---|
| 14 | 14 | exit 1 |
|---|