From ecf10a4138fcdd90844111892acbd1440f09d40d Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 May 2003 21:15:46 +0000 Subject: Native MacOSX audio output by Dan Christiansen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10148 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 94125267ba..ba9aad7919 100755 --- a/configure +++ b/configure @@ -2404,25 +2404,29 @@ if test "$_macosx" = auto ; then else _macosx=no _def_macosx='#undef MACOSX' + _noaomodules="macosx $_noaomodules" fi fi if test "$_macosx" = yes ; then cat > $TMPC < #include +#include int main(void) { EnterMovies(); ExitMovies(); CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, false); } EOF - if cc_check -framework Carbon -framework QuickTime ; then + if cc_check -framework Carbon -framework QuickTime -framework CoreAudio; then _macosx=yes - _macosx_frameworks="-framework Carbon -framework QuickTime" + _macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio" _def_macosx='#define MACOSX 1' + _aomodules="macosx $_aomodules" else _macosx=no _def_macosx='#undef MACOSX' + _noaomodules="macosx $_noaomodules" fi fi echores "$_macosx" -- cgit v1.2.3