diff options
Diffstat (limited to 'base/version.cpp')
-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 ad74c64265..17058d4a03 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -86,6 +86,10 @@ const char *gScummVMFeatures = "" "ALSA " #endif +#ifdef USE_SEQ_MIDI + "SEQ " +#endif + #ifdef USE_RGB_COLOR "RGB " #endif |