]> git.sesse.net Git - vlc/commitdiff
libvlc: No need to link to Cocoa.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 5 Jun 2008 00:35:29 +0000 (02:35 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 5 Jun 2008 00:36:15 +0000 (02:36 +0200)
configure.ac

index a23ef1960fbe71a46c9bc0e2dbc388d9b6a7e4d6..c0a72359eaa1af5bbd913413b78be425bc9eb477 100644 (file)
@@ -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)])