Mercurial > mplayer.hg
changeset 29226:bc7354df668a
LDFLAGS for CoreVideo and Quartz should be MPlayer-only.
author | diego |
---|---|
date | Tue, 05 May 2009 21:03:56 +0000 |
parents | ec29277eea78 |
children | 87e85a79155c |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"