Changeset 2f05de0d7e3ca03806b2306deb9d256a6e789a0d
- Timestamp:
- 05/06/08 02:36:15
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212626175 +0200
- git-parent:
[47db573323acbeef61d4261c24764aa971be2ef2]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212626129 +0200
- Message:
libvlc: No need to link to Cocoa.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r778665b |
r2f05de0 |
|
| 195 | 195 | VLC_ADD_LDFLAGS([avcodec avformat swscale imgresample postproc i420_rgb_mmx x264],[-Wl,-read_only_relocs,suppress]) |
|---|
| 196 | 196 | VLC_ADD_CFLAGS([motion],[-fconstant-cfstrings]) |
|---|
| 197 | | VLC_ADD_LDFLAGS([libvlc],[-Wl,-framework,Cocoa,-framework,CoreFoundation]) |
|---|
| | 197 | VLC_ADD_LDFLAGS([libvlc],[-Wl,-framework,CoreFoundation]) |
|---|
| 198 | 198 | VLC_ADD_LDFLAGS([motion],[-Wl,-framework,IOKit,-framework,CoreFoundation]) |
|---|
| 199 | 199 | AC_ARG_ENABLE(macosx-defaults, |
|---|