aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorMax Horn2008-08-27 18:52:21 +0000
committerMax Horn2008-08-27 18:52:21 +0000
commit31320430de82972224b12461c241c3633d2534a6 (patch)
treeb868ffed4d1695d1ddcb360457c2b5046c805926 /base/plugins.cpp
parent5860aa45b75c1680af509d797fac98fda939820e (diff)
downloadscummvm-rg350-31320430de82972224b12461c241c3633d2534a6.tar.gz
scummvm-rg350-31320430de82972224b12461c241c3633d2534a6.tar.bz2
scummvm-rg350-31320430de82972224b12461c241c3633d2534a6.zip
Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile
svn-id: r34194
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 216c6ef1af..90e615e709 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -157,9 +157,12 @@ public:
#if defined(UNIX) && defined(USE_ALSA)
LINK_PLUGIN(ALSA)
#endif
- #if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__)
+ #if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__)
LINK_PLUGIN(SEQ)
#endif
+ #if defined(__MINT__)
+ LINK_PLUGIN(STMIDI)
+ #endif
#if defined(IRIX)
LINK_PLUGIN(DMEDIA)
#endif