summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 09:28:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 09:28:33 +0000
commitebd1b1f8f91702c66c855f0ba7e33697a9da6dc9 (patch)
tree51b58daa1f2cc6163cfd56195478bdf90b40e0c1
parentf6afdbca5916e4c81379121454c894c985571599 (diff)
downloadmpv-ebd1b1f8f91702c66c855f0ba7e33697a9da6dc9.tar.bz2
mpv-ebd1b1f8f91702c66c855f0ba7e33697a9da6dc9.tar.xz
10l: Really disable coreaudio where intended.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26244 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a9fe0ea271..cb514b940c 100755
--- a/configure
+++ b/configure
@@ -3584,7 +3584,7 @@ EOF
_vomodules="quartz $_vomodules"
else
_macosx=no
- _coreaudio=yes
+ _coreaudio=no
_def_macosx='#undef MACOSX'
_def_coreaudio='#undef HAVE_COREAUDIO'
_noaomodules="macosx $_noaomodules"