diff options
author | Max Horn | 2009-09-27 22:43:32 +0000 |
---|---|---|
committer | Max Horn | 2009-09-27 22:43:32 +0000 |
commit | 76132409d69302b41d0bc7499fa0a97fdb2bf169 (patch) | |
tree | d0595ad09ef36e52b8945c8ce7125dfd1f603d89 /base | |
parent | 6ec05c48f937cad59f881484bd0b04f8fcc3fc99 (diff) | |
download | scummvm-rg350-76132409d69302b41d0bc7499fa0a97fdb2bf169.tar.gz scummvm-rg350-76132409d69302b41d0bc7499fa0a97fdb2bf169.tar.bz2 scummvm-rg350-76132409d69302b41d0bc7499fa0a97fdb2bf169.zip |
Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not as good as the CoreAudio backend anyway
svn-id: r44428
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index a17e21b92a..b31a1ad2b0 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -189,7 +189,6 @@ public: #if defined(MACOSX) LINK_PLUGIN(COREAUDIO) LINK_PLUGIN(COREMIDI) - LINK_PLUGIN(QUICKTIME) #endif #if defined(PALMOS_MODE) # if defined(COMPILE_CLIE) |