BASE: Add feature string for liba52 support.

This commit is contained in:
Torbjörn Andersson 2019-01-13 09:02:45 +01:00
parent 6f478f4c81
commit 3153f017a2

View file

@ -135,6 +135,10 @@ const char *gScummVMFeatures = ""
"AAC " "AAC "
#endif #endif
#ifdef USE_A52
"A/52 "
#endif
#ifdef USE_FREETYPE2 #ifdef USE_FREETYPE2
"FreeType2 " "FreeType2 "
#endif #endif