aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 95681740b8..df3f234eff 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -120,6 +120,11 @@ const char *gScummVMFeatures = ""
#ifdef USE_MPEG2
"MPEG2 "
#endif
+
+#ifdef USE_FLUIDSYNTH
+ "FluidSynth "
+#endif
+
;
#if defined(__amigaos4__)