From ebbeef12db7c8a1488630033168507efcdea8ee3 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Apr 2009 18:43:35 +0000 Subject: Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29236 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 993d8a3fe5..fc30e9c1d7 100755 --- a/configure +++ b/configure @@ -3862,7 +3862,7 @@ EOF fi if test "$_corevideo" = yes ; then _vomodules="macosx $_vomodules" - extra_ldflags="$extra_ldflags -framework Cocoa -framework QuartzCore" + extra_ldflags="$extra_ldflags -framework Carbon -framework QuartzCore" def_corevideo='#define CONFIG_COREVIDEO 1' else _novomodules="macosx $_novomodules" -- cgit v1.2.3