Mercurial > mplayer.hg
changeset 15645:9349c3c5c46a
Mac OS X Audio with AudioUnits and AudioToolbox format converters
author | nplourde |
---|---|
date | Sun, 05 Jun 2005 14:47:26 +0000 |
parents | 64aa04e95424 |
children | f46eae5e271b |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jun 05 14:30:16 2005 +0000 +++ b/configure Sun Jun 05 14:47:26 2005 +0000 @@ -3278,7 +3278,7 @@ 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"