From b41c2c0e9b17109bc53e209bee4a286b6f5ab3b7 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 3 Sep 2009 19:14:57 +0200 Subject: [PATCH] configure: Don't link macosx to QTKit. We don't need it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 333e54279e..f9a275df57 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])