Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[png] Add support for PNG images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jan 12, 2014
1 parent f4d2342 commit c6c8078
Show file tree
Hide file tree
Showing 7 changed files with 3,185 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/config.c
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/config/general.h
Expand Up @@ -104,6 +104,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define IMAGE_EFI /* EFI image support */
//#define IMAGE_SDI /* SDI image support */
//#define IMAGE_PNM /* PNM image support */
//#define IMAGE_PNG /* PNG image support */

/*
* Command-line commands to include
Expand Down

0 comments on commit c6c8078

Please sign in to comment.