Factor tinyjpeg out by colorspace, so we don't pull in everything
authorH. Peter Anvin <hpa@zytor.com>
Tue, 5 Sep 2006 18:04:57 +0000 (11:04 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 5 Sep 2006 18:04:57 +0000 (11:04 -0700)
commit6eecf1d470027b8af4a24e7e20a278b8aca95abc
treede01e219142643c2f373ac724572a516fec212b9
parentfdb9307fb79e715350a87fc70e13149790413baa
Factor tinyjpeg out by colorspace, so we don't pull in everything
com32/include/tinyjpeg.h
com32/lib/Makefile
com32/lib/jpeg/bgr24.c [new file with mode: 0644]
com32/lib/jpeg/decode1.c [new file with mode: 0644]
com32/lib/jpeg/decode3.c [new file with mode: 0644]
com32/lib/jpeg/grey.c [new file with mode: 0644]
com32/lib/jpeg/rgb24.c [new file with mode: 0644]
com32/lib/jpeg/tinyjpeg-internal.h
com32/lib/jpeg/tinyjpeg.c
com32/lib/jpeg/yuv420p.c [new file with mode: 0644]