diff options
author | Max Horn | 2005-12-26 20:54:24 +0000 |
---|---|---|
committer | Max Horn | 2005-12-26 20:54:24 +0000 |
commit | 93bef2e0be5ffd8872ae37502361ba653d6942d3 (patch) | |
tree | c68d9a94949d5cc06ac1bb7c9b8afc339bdb61a5 /configure | |
parent | 3385ce861767b8e0c1c694e78a2bbe5a53568d47 (diff) | |
download | scummvm-rg350-93bef2e0be5ffd8872ae37502361ba653d6942d3.tar.gz scummvm-rg350-93bef2e0be5ffd8872ae37502361ba653d6942d3.tar.bz2 scummvm-rg350-93bef2e0be5ffd8872ae37502361ba653d6942d3.zip |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |