summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 14:53:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 14:53:47 +0000
commite3ec5b1fd377254e19685ddcce0988efda8bffbf (patch)
tree8e882e2ae0632fe2db5152f3104bc5c92bfc6a44 /configure
parent9f45c3a0aeba3670304e598bcf4145a14a684f57 (diff)
downloadmpv-e3ec5b1fd377254e19685ddcce0988efda8bffbf.tar.bz2
mpv-e3ec5b1fd377254e19685ddcce0988efda8bffbf.tar.xz
Rename macosx audio output driver to coreaudio.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29251 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8b15401349..488783e81b 100755
--- a/configure
+++ b/configure
@@ -3815,10 +3815,10 @@ fi
if test "$_coreaudio" = yes ; then
extra_ldflags="$extra_ldflags -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
def_coreaudio='#define CONFIG_COREAUDIO 1'
- _aomodules="macosx $_aomodules"
+ _aomodules="coreaudio $_aomodules"
else
def_coreaudio='#undef CONFIG_COREAUDIO'
- _noaomodules="macosx $_noaomodules"
+ _noaomodules="coreaudio $_noaomodules"
fi
echores $_coreaudio