mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[png] Add support for PNG images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -200,6 +200,9 @@ REQUIRE_OBJECT ( sdi );
|
||||
#ifdef IMAGE_PNM
|
||||
REQUIRE_OBJECT ( pnm );
|
||||
#endif
|
||||
#ifdef IMAGE_PNG
|
||||
REQUIRE_OBJECT ( png );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested commands
|
||||
|
||||
Reference in New Issue
Block a user