aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-13 00:53:53 +0000
committerJohannes Schickel2010-10-13 00:53:53 +0000
commite9f50882ea5b6beeefa994040be9d3bab6a1f107 (patch)
tree6d3fc4b02ea4f7d9c676cf13f2bba443ef6b58ab /base/version.cpp
parent3b81a9489eabad1faa6c67bb0d5685d7a3eb0386 (diff)
downloadscummvm-rg350-e9f50882ea5b6beeefa994040be9d3bab6a1f107.tar.gz
scummvm-rg350-e9f50882ea5b6beeefa994040be9d3bab6a1f107.tar.bz2
scummvm-rg350-e9f50882ea5b6beeefa994040be9d3bab6a1f107.zip
SOUND: Add info about TiMidity support in about dialog.
svn-id: r53396
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 055067a656..2a6d1bb0c0 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -92,6 +92,10 @@ const char *gScummVMFeatures = ""
"SEQ "
#endif
+#ifdef USE_TIMIDITY
+ "TiMidity "
+#endif
+
#ifdef USE_RGB_COLOR
"RGB "
#endif