synced with scummvm to 2011-Apr-13

This commit is contained in:
Pawel Kolodziejski 2011-04-14 12:41:26 +02:00
parent f0a4299aef
commit 0640dcf2c7
347 changed files with 53648 additions and 8521 deletions

View file

@ -92,6 +92,10 @@ const char *gResidualFeatures = ""
"SEQ "
#endif
#ifdef USE_TIMIDITY
"TiMidity "
#endif
#ifdef USE_RGB_COLOR
"RGB "
#endif
@ -107,5 +111,9 @@ const char *gResidualFeatures = ""
#ifdef USE_FLUIDSYNTH
"FluidSynth "
#endif
#ifdef USE_THEORADEC
"Theora "
#endif
;