summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-05 09:08:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-05 09:08:53 +0000
commitceb919a8c4f5346a6dd6b33466d0c7c42bd0ca6e (patch)
tree80bfe5626e7a327cc3e892642fe9ca8dc217387a /configure
parent9b7c75da7353b28dfcb3beeb09986b0083f05869 (diff)
downloadmpv-ceb919a8c4f5346a6dd6b33466d0c7c42bd0ca6e.tar.bz2
mpv-ceb919a8c4f5346a6dd6b33466d0c7c42bd0ca6e.tar.xz
CoreAudio LDFLAGS should be MPlayer-only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29259 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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