BASE: Add feature string for libjpeg support.

This commit is contained in:
Johannes Schickel 2013-09-17 02:16:15 +02:00
parent 960320ddb7
commit eb84a918f0

View file

@ -129,4 +129,8 @@ const char *gScummVMFeatures = ""
#ifdef USE_FREETYPE2
"FreeType2 "
#endif
#ifdef USE_JPEG
"JPEG "
#endif
;