Commit 6e61c04c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Felix Paul Kühne

configure: Don't link macosx to QTKit.

We don't need it.
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent f1e1a7e1
......@@ -5148,7 +5148,7 @@ then
VLC_ADD_LDFLAGS([macosx], [-Wl,-framework,IOKit])
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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment