[devel] Bump to version libpng-1.5.0beta13

This commit is contained in:
Glenn Randers-Pehrson
2010-03-08 21:47:07 -06:00
parent 86f88ddd53
commit c957b6b0a4
31 changed files with 91 additions and 77 deletions

View File

@@ -50,6 +50,9 @@
* itxt_ptr structure argument, and the png_set_rows and png_set_unknowns
* functions do not make their own copies.
*/
#ifndef PNGINFO_H
#define PNGINFO_H
struct png_info_def
{
/* the following are necessary for every PNG file */
@@ -288,3 +291,4 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
#endif
};
#endif /* PNGINFO_H */