diff options
author | Johannes Schickel | 2010-10-13 00:53:53 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-10-13 00:53:53 +0000 |
commit | e9f50882ea5b6beeefa994040be9d3bab6a1f107 (patch) | |
tree | 6d3fc4b02ea4f7d9c676cf13f2bba443ef6b58ab /base | |
parent | 3b81a9489eabad1faa6c67bb0d5685d7a3eb0386 (diff) | |
download | scummvm-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')
-rw-r--r-- | base/version.cpp | 4 |
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 |