1Name: libjpeg
2URL: http://www.ijg.org/
3Version: 6b
4License: Custom license
5Security Critical: yes
6License Android Compatible: yes
7
8Description:
9This contains a copy of libjpeg-6b.
10
11The project files does not incldue from the distribution:
12  jidctred.c : downsampling
13  jdtrans.c : decoder transcoder
14
15Also not included are files obviously not needed:
16  jmemdos.c
17  jmemname.c
18along with all of the frontend files for doing utility programs.
19
20We added a new file jpeglibmangler.h and included it from jpeglib.h that changes
21the names of all externally visible functions to chromium_ijg_* so that we can
22avoid conflicts that arise when system libraries attempt to use our libjpeg.
23
24Also patch in google.jdmarker.patch to better handle multiple SOS CSi values and
25their ordering.
26