summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-05 14:47:26 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-05 14:47:26 +0000
commit58087baeb777e62fc78a69a7008737665f2bbaac (patch)
treecd966165ec8fe8d68b2da8c2ce8fffaeee02eb01 /configure
parent8f28855b4f2052b37eeba29296d58163bec25239 (diff)
downloadmpv-58087baeb777e62fc78a69a7008737665f2bbaac.tar.bz2
mpv-58087baeb777e62fc78a69a7008737665f2bbaac.tar.xz
Mac OS X Audio with AudioUnits and AudioToolbox format converters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15646 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 b35da460a5..0d1c5e6aa2 100755
--- a/configure
+++ b/configure
@@ -3278,7 +3278,7 @@ int main(void) {
EOF
if cc_check -framework Carbon -framework QuickTime -framework CoreAudio; then
_macosx=yes
- _macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio"
+ _macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
_def_macosx='#define MACOSX 1'
_aosrc="$_aosrc ao_macosx.c"
_aomodules="macosx $_aomodules"