aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-13 00:48:40 +0000
committerJohannes Schickel2010-10-13 00:48:40 +0000
commit3b81a9489eabad1faa6c67bb0d5685d7a3eb0386 (patch)
tree9bd0ff94ff779182d2b7ab565b0d9aed10ccff39 /base/plugins.cpp
parenteb66750137c1f32276ed4d66512deca2ee6aae93 (diff)
downloadscummvm-rg350-3b81a9489eabad1faa6c67bb0d5685d7a3eb0386.tar.gz
scummvm-rg350-3b81a9489eabad1faa6c67bb0d5685d7a3eb0386.tar.bz2
scummvm-rg350-3b81a9489eabad1faa6c67bb0d5685d7a3eb0386.zip
SOUND: Allow TiMidity support to be disabled via configure.
svn-id: r53395
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 382f9d3c32..e2af9328a7 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -219,7 +219,7 @@ public:
LINK_PLUGIN(AMIGA)
LINK_PLUGIN(APPLEIIGS)
LINK_PLUGIN(TOWNS)
- #if defined (UNIX)
+ #if defined(USE_TIMIDITY)
LINK_PLUGIN(TIMIDITY)
#endif