Changeset 885bc36a823c7fefdf3ba055bf4d2d8267c036f0
- Timestamp:
- 05/27/08 18:53:25
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1211907205 +0200
- git-parent:
[b5aee88c089035938b603929d29b5d113553f4fa]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1211906729 +0200
- Message:
libvlc: Use a symbol list for exported symbols.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7002ebc |
r885bc36 |
|
| 9 | 9 | vlc-control.pc.in \ |
|---|
| 10 | 10 | vlc-plugin.pc.in \ |
|---|
| | 11 | libvlc.sym \ |
|---|
| 11 | 12 | libvlccore.sym |
|---|
| 12 | 13 | |
|---|
| … | … | |
| 190 | 191 | libvlc_la_LDFLAGS = $(AM_LDFLAGS) \ |
|---|
| 191 | 192 | -version-info 2:0:0 \ |
|---|
| 192 | | -export-symbols-regex '^_?(libvlc|mediacontrol)_.*' |
|---|
| | 193 | -export-symbols $(srcdir)/libvlc.sym |
|---|
| 193 | 194 | |
|---|
| 194 | 195 | EXTRA_libvlccore_la_SOURCES = \ |
|---|