From 93bef2e0be5ffd8872ae37502361ba653d6942d3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 26 Dec 2005 20:54:24 +0000 Subject: Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot and should also cope with the user switching the default output device while ScummVM is running svn-id: r19835 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b9c0d3c5d0..5a0fc11fa2 100755 --- a/configure +++ b/configure @@ -736,7 +736,7 @@ else ;; darwin*) DEFINES="$DEFINES -DUNIX -DMACOSX" - LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework Carbon -framework CoreMIDI" + LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI" # TODO: Add proper check for Altivec support in the compiler... DEFINES="$DEFINES -DHAS_ALTIVEC" CXXFLAGS="$CXXFLAGS -faltivec" -- cgit v1.2.3