changeset 29194:3a157edc770d

Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
author diego
date Sat, 25 Apr 2009 18:43:35 +0000
parents 98b3b785bdff
children a49f45515e08
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Apr 25 18:39:19 2009 +0000
+++ b/configure	Sat Apr 25 18:43:35 2009 +0000
@@ -3862,7 +3862,7 @@
 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"