configure: Don't link macosx to QTKit.

We don't need it.
This commit is contained in:
Pierre d'Herbemont 2009-09-03 19:14:57 +02:00
parent 87b363cfd8
commit b41c2c0e9b
1 changed files with 1 additions and 1 deletions

View File

@ -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])