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
This commit is contained in:
diego 2009-04-25 18:43:35 +00:00
parent 2ce1ec49e7
commit ebbeef12db
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"