aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
diff options
context:
space:
mode:
authorJonathan Gray2012-05-14 23:37:30 +1000
committerJonathan Gray2012-05-15 16:39:21 +1000
commit8cfe25cd658ddbbb811ff2b9fce7e46ea6bc855a (patch)
tree1f9337e26a46f93f6a5e599a8c61ecc7791b2e35 /base/version.cpp
parentec7dfedc9f275133523b82a08bc62f5c5dbc4d80 (diff)
downloadscummvm-rg350-8cfe25cd658ddbbb811ff2b9fce7e46ea6bc855a.tar.gz
scummvm-rg350-8cfe25cd658ddbbb811ff2b9fce7e46ea6bc855a.tar.bz2
scummvm-rg350-8cfe25cd658ddbbb811ff2b9fce7e46ea6bc855a.zip
MIDI: add sndio midi backend
New sndio MIDI backend for OpenBSD written by Alexandre Ratchov. Tested with an external MT-32 and fluidsynth.
Diffstat (limited to 'base/version.cpp')
-rw-r--r--base/version.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/version.cpp b/base/version.cpp
index 7943552418..89fae90c2e 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -94,6 +94,10 @@ const char *gScummVMFeatures = ""
"SEQ "
#endif
+#ifdef USE_SNDIO
+ "sndio "
+#endif
+
#ifdef USE_TIMIDITY
"TiMidity "
#endif