We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d2342 commit c6c8078Copy full SHA for c6c8078
src/config/config.c
@@ -200,6 +200,9 @@ REQUIRE_OBJECT ( sdi );
200
#ifdef IMAGE_PNM
201
REQUIRE_OBJECT ( pnm );
202
#endif
203
+#ifdef IMAGE_PNG
204
+REQUIRE_OBJECT ( png );
205
+#endif
206
207
/*
208
* Drag in all requested commands
src/config/general.h
@@ -104,6 +104,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
104
//#define IMAGE_EFI /* EFI image support */
105
//#define IMAGE_SDI /* SDI image support */
106
//#define IMAGE_PNM /* PNM image support */
107
+//#define IMAGE_PNG /* PNG image support */
108
109
110
* Command-line commands to include
0 commit comments