BASE: Add feature string for libpng support.

This commit is contained in:
Johannes Schickel 2013-09-17 02:18:57 +02:00
parent eb84a918f0
commit 5fa6bb238d

View file

@ -133,4 +133,8 @@ const char *gScummVMFeatures = ""
#ifdef USE_JPEG
"JPEG "
#endif
#ifdef USE_PNG
"PNG "
#endif
;