| OLD | NEW |
| 1 Name: libjpeg |
| 2 URL: http://www.ijg.org/ |
| 3 |
| 1 This contains a copy of libjpeg-6b. | 4 This contains a copy of libjpeg-6b. |
| 2 | 5 |
| 3 The project files does not incldue from the distribution: | 6 The project files does not incldue from the distribution: |
| 4 jidctred.c : downsampling | 7 jidctred.c : downsampling |
| 5 jdtrans.c : decoder transcoder | 8 jdtrans.c : decoder transcoder |
| 6 | 9 |
| 7 Also not included are files obviously not needed: | 10 Also not included are files obviously not needed: |
| 8 jmemdos.c | 11 jmemdos.c |
| 9 jmemname.c | 12 jmemname.c |
| 10 along with all of the frontend files for doing utility programs. | 13 along with all of the frontend files for doing utility programs. |
| 11 | 14 |
| 12 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes | 15 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes |
| 13 the names of all externally visible functions to chromium_* so that we can avoid | 16 the names of all externally visible functions to chromium_* so that we can avoid |
| 14 conflicts that arise when system libraries attempt to use our libjpeg. | 17 conflicts that arise when system libraries attempt to use our libjpeg. |
| OLD | NEW |