Add tiny JPEG decoder library
authorH. Peter Anvin <hpa@zytor.com>
Sat, 2 Sep 2006 04:55:10 +0000 (21:55 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 2 Sep 2006 04:55:10 +0000 (21:55 -0700)
commit6124926122f979e85aba8beb27a2d76d7edadc3a
tree72a5564580b441c3b71412faa272b9f4e6e5ef72
parent743ac8f1721cef695e1393f8bc76ccdb62445762
Add tiny JPEG decoder library
com32/include/tinyjpeg.h [new file with mode: 0644]
com32/lib/Makefile
com32/lib/jpeg/README [new file with mode: 0644]
com32/lib/jpeg/jidctflt.c [new file with mode: 0644]
com32/lib/jpeg/tinyjpeg-internal.h [new file with mode: 0644]
com32/lib/jpeg/tinyjpeg.c [new file with mode: 0644]