[vlc-devel] commit: configure: Don't link macosx to QTKit. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Sep 3 19:15:14 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Sep 3 19:14:57 2009 +0200| [b41c2c0e9b17109bc53e209bee4a286b6f5ab3b7] | committer: Pierre d'Herbemont
configure: Don't link macosx to QTKit.
We don't need it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b41c2c0e9b17109bc53e209bee4a286b6f5ab3b7
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 333e542..f9a275d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4362,7 +4362,7 @@ then
VLC_ADD_OBJCFLAGS([macosx], [-F\\\${top_srcdir}/extras/contrib/Sparkle])
dnl For bug report
VLC_ADD_LDFLAGS([macosx], [-Wl,-framework,AddressBook])
- VLC_ADD_LDFLAGS([macosx qtcapture], [-Wl,-framework,QTKit])
+ VLC_ADD_LDFLAGS([qtcapture], [-Wl,-framework,QTKit])
VLC_ADD_LDFLAGS([qtcapture], [-Wl,-framework,CoreAudio])
VLC_ADD_LDFLAGS([macosx], [-Wl,-framework,WebKit])
VLC_ADD_LDFLAGS([opengllayer qtcapture], [-Wl,-framework,QuartzCore])
More information about the vlc-devel
mailing list