diff options
author | Torbjörn Andersson | 2005-05-11 15:55:40 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-05-11 15:55:40 +0000 |
commit | 6646a6e3ac4f9d75487e6fd62735c9c69a0af06b (patch) | |
tree | 0318bd00cd25e509882b5768b8fdf6368d1ae234 | |
parent | 0a8286994e901d172e232b3743fdf20a73fee85b (diff) | |
download | scummvm-rg350-6646a6e3ac4f9d75487e6fd62735c9c69a0af06b.tar.gz scummvm-rg350-6646a6e3ac4f9d75487e6fd62735c9c69a0af06b.tar.bz2 scummvm-rg350-6646a6e3ac4f9d75487e6fd62735c9c69a0af06b.zip |
Added "FluidSynth" to the features string. We may have to start word-
wrapping it in the "About" dialog...
svn-id: r18055
-rw-r--r-- | base/main.cpp | 5 |
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__) |