From ceb919a8c4f5346a6dd6b33466d0c7c42bd0ca6e Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 5 May 2009 09:08:53 +0000 Subject: CoreAudio LDFLAGS should be MPlayer-only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29259 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 2f4deb3a8d..fc091521c4 100755 --- a/configure +++ b/configure @@ -3815,7 +3815,7 @@ EOF 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 -- cgit v1.2.3