[vlc-devel] commit: configure: Don't link macosx to QTKit. (Pierre d'Herbemont )
git version control
git at videolan.org
Fri Sep 4 12:34:10 CEST 2009
vlc | branch: 1.0-bugfix | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Sep 3 19:14:57 2009 +0200| [6e61c04ca92dbdbaf6d4e004d0654dc7483b3439] | committer: Felix Paul Kühne
configure: Don't link macosx to QTKit.
We don't need it.
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e61c04ca92dbdbaf6d4e004d0654dc7483b3439
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0b9a147..a6d9289 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
More information about the vlc-devel
mailing list