# HG changeset patch # User diego # Date 1241557436 0 # Node ID bc7354df668a7904604ae6e4aa36c614f60b008a # Parent ec29277eea7811b6ee55e0b4ecee598387931afd LDFLAGS for CoreVideo and Quartz should be MPlayer-only. diff -r ec29277eea78 -r bc7354df668a configure --- a/configure Tue May 05 18:45:59 2009 +0000 +++ b/configure Tue May 05 21:03:56 2009 +0000 @@ -3823,7 +3823,7 @@ cc_check -framework Carbon -framework QuickTime && _quartz=yes fi if test "$_quartz" = yes ; then - extra_ldflags="$extra_ldflags -framework Carbon -framework QuickTime" + libs_mplayer="$libs_mplayer -framework Carbon -framework QuickTime" def_quartz='#define CONFIG_QUARTZ 1' _vomodules="quartz $_vomodules" else @@ -3846,7 +3846,7 @@ fi if test "$_corevideo" = yes ; then _vomodules="corevideo $_vomodules" - extra_ldflags="$extra_ldflags -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL" + libs_mplayer="$libs_mplayer -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL" def_corevideo='#define CONFIG_COREVIDEO 1' else _novomodules="corevideo $_novomodules"