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