diff options
-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 2a6d1bb0c0..6967263f5c 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -111,5 +111,9 @@ const char *gScummVMFeatures = "" #ifdef USE_FLUIDSYNTH "FluidSynth " #endif + +#ifdef USE_THEORADEC + "Theora " +#endif ; |