[MPlayer-cvslog] r29236 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Apr 25 20:43:35 CEST 2009
Author: diego
Date: Sat Apr 25 20:43:35 2009
New Revision: 29236
Log:
Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Apr 25 20:39:19 2009 (r29235)
+++ trunk/configure Sat Apr 25 20:43:35 2009 (r29236)
@@ -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"
More information about the MPlayer-cvslog
mailing list