[PATCH] Fix building of fbsplash with libpng >= 1.5.0
Arnaud Fontaine <[email protected]>
| Newsgroups | gmane.linux.swsusp.devel |
|---|---|
| Message-ID | <[email protected]> |
fbsplash fails to build with libpng >= 1.5.0 as png_info definition is not available anymore to applications. I have attached a patch fixing this issue by using png_get_IHDR() instead and tested the build with libpng 1.2.46 and 1.5.6. However, I couldn't test it, so could you please review it? Many thanks! Regards, Arnaud Fontaine