Mercurial > mplayer.hg
changeset 29217:a8c76e85b9e6
CoreAudio LDFLAGS should be MPlayer-only.
author | diego |
---|---|
date | Tue, 05 May 2009 09:08:53 +0000 |
parents | 34a9a4fe6e1d |
children | 6414b0a2965c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue May 05 08:49:07 2009 +0000 +++ b/configure Tue May 05 09:08:53 2009 +0000 @@ -3815,7 +3815,7 @@ cc_check -framework CoreAudio -framework AudioUnit -framework AudioToolbox && _coreaudio=yes fi if test "$_coreaudio" = yes ; then - extra_ldflags="$extra_ldflags -framework CoreAudio -framework AudioUnit -framework AudioToolbox" + libs_mplayer="$libs_mplayer -framework CoreAudio -framework AudioUnit -framework AudioToolbox" def_coreaudio='#define CONFIG_COREAUDIO 1' _aomodules="coreaudio $_aomodules" else