# HG changeset patch # User diego # Date 1241514533 0 # Node ID a8c76e85b9e60638d06eaa2533ad82a0e1f9708a # Parent 34a9a4fe6e1dd45f84d68fa94cc1858b2180e998 CoreAudio LDFLAGS should be MPlayer-only. diff -r 34a9a4fe6e1d -r a8c76e85b9e6 configure --- 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