diff options
Diffstat (limited to 'base/version.cpp')
-rw-r--r-- | base/version.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/version.cpp b/base/version.cpp index 055067a656..6967263f5c 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 @@ -107,5 +111,9 @@ const char *gScummVMFeatures = "" #ifdef USE_FLUIDSYNTH "FluidSynth " #endif + +#ifdef USE_THEORADEC + "Theora " +#endif ; |