Searched refs:pngcp (Results 1 – 4 of 4) sorted by relevance
1 # pngcp.dfa11 # Build libpng with support for pngcp. This means just png_read_png,18 # pngcp. Note that any option is automatically preceded by PNG_; there is no35 # pngcp needs this to preserve unknown chunks, switching all these on means that36 # pngcp can work without explicit known chunk reading suppport43 # pngcp needs this to handle palette files with invalid indices:47 # Pre-libpng 1.7 pngcp has to stash text chunks manually, post 1.7 without this
15 check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage pngcp program56 pngcp_SOURCES = contrib/tools/pngcp.c252 contrib/tools/pngcp.o: pnglibconf.h
105 pngcp$(EXEEXT) $(am__EXEEXT_1)219 am_pngcp_OBJECTS = contrib/tools/pngcp.$(OBJEXT)705 pngcp_SOURCES = contrib/tools/pngcp.c995 contrib/tools/pngcp.$(OBJEXT): contrib/tools/$(am__dirstamp) \998 pngcp$(EXEEXT): $(pngcp_OBJECTS) $(pngcp_DEPENDENCIES) $(EXTRA_pngcp_DEPENDENCIES) 999 @rm -f pngcp$(EXEEXT)1125 @AMDEP_TRUE@@am__include@ @am__quote@contrib/tools/$(DEPDIR)/pngcp.Po@am__quote@2203 contrib/tools/pngcp.o: pnglibconf.h
5645 Added pngcp to the build together with a pngcp.dfa configuration test.5646 Added high resolution timing to pngcp.5649 Fixed two Coverity issues in pngcp.c.5684 Don't install pngcp; it conflicts with pngcp in the pngtools package.