[libpng17] Updated makefiles to handle pngchunk.h

This commit is contained in:
Glenn Randers-Pehrson
2015-09-16 08:34:56 -05:00
parent 35abfe72d6
commit dba870122c
37 changed files with 485 additions and 485 deletions

View File

@@ -19,7 +19,7 @@ png_known_chunks[] =
#define PNG_CHUNK_BEGIN(n, c1, c2, c3, c4, before, after)\
PNG_CHUNK_END(n, c1, c2, c3, c4, before, after),
{
# include "chunkdesc.h"
# include "../pngchunk.h"
};
#define C_KNOWN ((sizeof png_known_chunks)/(sizeof png_known_chunks[0]))