comparison configure @ 29217:a8c76e85b9e6

CoreAudio LDFLAGS should be MPlayer-only.
author diego
date Tue, 05 May 2009 09:08:53 +0000
parents 34a9a4fe6e1d
children 6414b0a2965c
comparison
equal deleted inserted replaced
29216:34a9a4fe6e1d 29217:a8c76e85b9e6
3813 EOF 3813 EOF
3814 _coreaudio=no 3814 _coreaudio=no
3815 cc_check -framework CoreAudio -framework AudioUnit -framework AudioToolbox && _coreaudio=yes 3815 cc_check -framework CoreAudio -framework AudioUnit -framework AudioToolbox && _coreaudio=yes
3816 fi 3816 fi
3817 if test "$_coreaudio" = yes ; then 3817 if test "$_coreaudio" = yes ; then
3818 extra_ldflags="$extra_ldflags -framework CoreAudio -framework AudioUnit -framework AudioToolbox" 3818 libs_mplayer="$libs_mplayer -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
3819 def_coreaudio='#define CONFIG_COREAUDIO 1' 3819 def_coreaudio='#define CONFIG_COREAUDIO 1'
3820 _aomodules="coreaudio $_aomodules" 3820 _aomodules="coreaudio $_aomodules"
3821 else 3821 else
3822 def_coreaudio='#undef CONFIG_COREAUDIO' 3822 def_coreaudio='#undef CONFIG_COREAUDIO'
3823 _noaomodules="coreaudio $_noaomodules" 3823 _noaomodules="coreaudio $_noaomodules"