aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp2
-rw-r--r--base/version.cpp4
2 files changed, 5 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index f23fbb48d8..5d0be11065 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -175,7 +175,7 @@ public:
#if defined(USE_ALSA)
LINK_PLUGIN(ALSA)
#endif
- #if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) && !defined(__ANDROID__)
+ #if defined(USE_SEQ_MIDI)
LINK_PLUGIN(SEQ)
#endif
#if defined(__MINT__)
diff --git a/base/version.cpp b/base/version.cpp
index ad74c64265..0e7f62f80f 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -86,6 +86,10 @@ const char *gScummVMFeatures = ""
"ALSA "
#endif
+#ifdef USE_ALSA
+ "SEQ "
+#endif
+
#ifdef USE_RGB_COLOR
"RGB "
#endif