[libpng16] Imported from libpng-1.6.18beta08.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-06-30 10:36:11 -05:00
parent f86720c6c0
commit 9d4ea3014b
18 changed files with 46 additions and 42 deletions

View File

@@ -79,6 +79,8 @@
*/
#include "../../png.h"
#if defined(PNG_SIMPLIFIED_WRITE_SUPPORTED) && defined(PNG_STDIO_SUPPORTED)
static const struct color
{
const char *name;
@@ -862,3 +864,4 @@ main(int argc, const char **argv)
return 1;
}
#endif /* SIMPLIFIED_WRITE && STDIO */