Changeset c2ddff0eb62caab1015fcb84e00714b02710c631
- Timestamp:
- 17/05/07 21:05:56
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1179428756 +0000
- git-parent:
[dc884574f797d86b9721295436acc69dcc10ee53]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1179428756 +0000
- Message:
remove hidden visibility stuff from libvlc.
It breaks linking, and it is redumdant with libtool export-symbols
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r04d05b5 |
rc2ddff0 |
|
| 1026 | 1026 | AC_TRY_COMPILE([],,ac_cv_c_visibility_hidden=yes, ac_cv_c_visibility_hidden=no)]) |
|---|
| 1027 | 1027 | if test "${ac_cv_c_visibility_hidden}" != "no"; then |
|---|
| 1028 | | VLC_ADD_CFLAGS([libvlc plugin],[-fvisibility=hidden]) |
|---|
| | 1028 | VLC_ADD_CFLAGS([plugin],[-fvisibility=hidden]) |
|---|
| 1029 | 1029 | fi |
|---|
| 1030 | 1030 | |
|---|