[vlc-devel] commit: libvlc: No need to link to Cocoa. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Jun 5 02:35:40 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Jun 5 02:35:29 2008 +0200| [2f05de0d7e3ca03806b2306deb9d256a6e789a0d]
libvlc: No need to link to Cocoa.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f05de0d7e3ca03806b2306deb9d256a6e789a0d
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index a23ef19..c0a7235 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,7 +194,7 @@ case "${host_os}" in
VLC_ADD_LDFLAGS([libvlc_control],[-Wl,dynamic_lookup])
VLC_ADD_LDFLAGS([avcodec avformat swscale imgresample postproc i420_rgb_mmx x264],[-Wl,-read_only_relocs,suppress])
VLC_ADD_CFLAGS([motion],[-fconstant-cfstrings])
- VLC_ADD_LDFLAGS([libvlc],[-Wl,-framework,Cocoa,-framework,CoreFoundation])
+ VLC_ADD_LDFLAGS([libvlc],[-Wl,-framework,CoreFoundation])
VLC_ADD_LDFLAGS([motion],[-Wl,-framework,IOKit,-framework,CoreFoundation])
AC_ARG_ENABLE(macosx-defaults,
[ --enable-macosx-defaults Build the default configuration on Mac OS X (default enabled)])
More information about the vlc-devel
mailing list