diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-04-25 18:43:35 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-04-25 18:43:35 +0000 |
commit | ebbeef12db7c8a1488630033168507efcdea8ee3 (patch) | |
tree | cc4c3037bbeacd67220089cabc8f106137397299 | |
parent | 2ce1ec49e7a13aa8cec0f51851b30448e1f3f3a7 (diff) |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |