OLD | NEW |
1 Name: libjpeg-turbo | 1 Name: libjpeg-turbo |
2 URL: http://sourceforge.net/projects/libjpeg-turbo/ | 2 URL: http://sourceforge.net/projects/libjpeg-turbo/ |
3 License File: LICENSE.txt | 3 License File: LICENSE.txt |
4 | 4 |
5 This consists of three components: | 5 This consists of three components: |
6 * A partial copy of libjpeg-turbo-1.0.1; | 6 * A partial copy of libjpeg-turbo-1.0.1 with one small additional fix - r324 fro
m |
| 7 https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo/branches/1.0.x |
7 * A build file (libjpeg.gyp), and; | 8 * A build file (libjpeg.gyp), and; |
8 * Patched header files used by Chromium. | 9 * Patched header files used by Chromium. |
9 | 10 |
10 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the | 11 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the |
11 Chromium code. | 12 Chromium code. |
12 | 13 |
13 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file | 14 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file |
14 jpeglibmangler.h and included it from jpeglib.h that changes the names of all | 15 jpeglibmangler.h and included it from jpeglib.h that changes the names of all |
15 externally visible functions to chromium_* so that we can avoid conflicts that | 16 externally visible functions to chromium_* so that we can avoid conflicts that |
16 arise when system libraries attempt to use our libjpeg. The 'google.patch' file | 17 arise when system libraries attempt to use our libjpeg. The 'google.patch' file |
17 represents our changes from the original libjpeg-turbo-1.0.1. | 18 represents our changes from the original libjpeg-turbo-1.0.1. |
OLD | NEW |