Add libpng
authorhpa <hpa>
Sat, 8 Jan 2005 05:58:20 +0000 (05:58 +0000)
committerhpa <hpa>
Sat, 8 Jan 2005 05:58:20 +0000 (05:58 +0000)
commita1c7edf3830c1085ffc974163c8feb651f959eed
treef38597ac334c14d09c2218694a3c8aa34812b9eb
parent78bb1c8ea571ae83879631b06bd2822d3e6b6b58
Add libpng
31 files changed:
com32/lib/MCONFIG
com32/lib/Makefile
com32/lib/libpng/ANNOUNCE [new file with mode: 0644]
com32/lib/libpng/CHANGES [new file with mode: 0644]
com32/lib/libpng/KNOWNBUG [new file with mode: 0644]
com32/lib/libpng/LICENSE [new file with mode: 0644]
com32/lib/libpng/README [new file with mode: 0644]
com32/lib/libpng/TODO [new file with mode: 0644]
com32/lib/libpng/Y2KINFO [new file with mode: 0644]
com32/lib/libpng/example.c [new file with mode: 0644]
com32/lib/libpng/libpng.txt [new file with mode: 0644]
com32/lib/libpng/png.c [new file with mode: 0644]
com32/lib/libpng/png.h [new file with mode: 0644]
com32/lib/libpng/pngconf.h [new file with mode: 0644]
com32/lib/libpng/pngerror.c [new file with mode: 0644]
com32/lib/libpng/pnggccrd.c [new file with mode: 0644]
com32/lib/libpng/pngget.c [new file with mode: 0644]
com32/lib/libpng/pngmem.c [new file with mode: 0644]
com32/lib/libpng/pngpread.c [new file with mode: 0644]
com32/lib/libpng/pngread.c [new file with mode: 0644]
com32/lib/libpng/pngrio.c [new file with mode: 0644]
com32/lib/libpng/pngrtran.c [new file with mode: 0644]
com32/lib/libpng/pngrutil.c [new file with mode: 0644]
com32/lib/libpng/pngset.c [new file with mode: 0644]
com32/lib/libpng/pngtest.c [new file with mode: 0644]
com32/lib/libpng/pngtrans.c [new file with mode: 0644]
com32/lib/libpng/pngvcrd.c [new file with mode: 0644]
com32/lib/libpng/pngwio.c [new file with mode: 0644]
com32/lib/libpng/pngwrite.c [new file with mode: 0644]
com32/lib/libpng/pngwtran.c [new file with mode: 0644]
com32/lib/libpng/pngwutil.c [new file with mode: 0644]