Upgrade libjpeg to version 7.
authorJay Anderson <horndude77@gmail.com>
Sat, 7 Nov 2009 19:37:15 +0000 (11:37 -0800)
committerAdam Megacz <adam@megacz.com>
Sat, 7 Nov 2009 19:37:15 +0000 (11:37 -0800)
commita36a2d5426615915e2179c160ab8fdda2a645ab5
treeb6bcfa95b5552cc585ab23519cee00de1c6816ca
parent08cb9aa969159255d315eaaaa056c1e9f987e4c6
Upgrade libjpeg to version 7.

As I was starting to attempt to compile leptonica and I ran into gcc not being
able to find stdint.h. I noticed that the busybox patch included took all
stdint.h includes out and re-added all the typedefs that were needed. I'm
wondering why this is the case. Why with the default installation can't we
include stdint.h (among other headers it seems)?

In any case I got parts of it to compile :). Now I need to compile some of the
external dependencies (libtiff, libpng, libnetpbm, etc.). I started compiling
libjpeg (in the upstream directory) and it looks like there is a newer version:
http://www.ijg.org/files/jpegsrc.v7.tar.gz which unfortunately fails to compile.
Here's a start at fixing it:
upstream/Makefile