Changeset d1b51e8cec80ca774e55cb73d5e5ee9f70303331
- Timestamp:
- 07/19/07 19:34:23
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184866463 +0000
- git-parent:
[130afa593b0bbcdf1144e933db500e7170d6abfa]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184866463 +0000
- Message:
src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdf78f0a |
rd1b51e8 |
|
| 122 | 122 | libvlc_control_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` |
|---|
| 123 | 123 | libvlc_control_la_LDFLAGS = $(AM_LDFLAGS) \ |
|---|
| 124 | | -no-undefined -export-symbols-regex '_?(libvlc|mediacontrol)_.*' \ |
|---|
| | 124 | -no-undefined -export-symbols-regex '^_?(libvlc|mediacontrol)_.*' \ |
|---|
| 125 | 125 | -version-info 0:0:0 |
|---|
| 126 | 126 | |
|---|