diff options
author | Max Horn | 2009-09-27 22:42:51 +0000 |
---|---|---|
committer | Max Horn | 2009-09-27 22:42:51 +0000 |
commit | 6ec05c48f937cad59f881484bd0b04f8fcc3fc99 (patch) | |
tree | 5b790344f0e26fe233b68c869a735ea1812b79cf | |
parent | 8f609497ee7417d9c9e7766a3125f355bf7e1662 (diff) | |
download | scummvm-rg350-6ec05c48f937cad59f881484bd0b04f8fcc3fc99.tar.gz scummvm-rg350-6ec05c48f937cad59f881484bd0b04f8fcc3fc99.tar.bz2 scummvm-rg350-6ec05c48f937cad59f881484bd0b04f8fcc3fc99.zip |
Fix CoreAudio MIDI backend on Mac OS X 10.6
svn-id: r44427
-rw-r--r-- | backends/midi/coreaudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/coreaudio.cpp b/backends/midi/coreaudio.cpp index d89123292c..21c918b205 100644 --- a/backends/midi/coreaudio.cpp +++ b/backends/midi/coreaudio.cpp @@ -40,10 +40,10 @@ #include "sound/musicplugin.h" #include "sound/mpu401.h" +#include <CoreServices/CoreServices.h> #include <AudioToolbox/AUGraph.h> - // Activating the following switch disables reverb support in the CoreAudio // midi backend. Reverb will suck away a *lot* of CPU time, so on slower // systems, you may want to turn it off completely. |