Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: third_party/libjpeg_turbo/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: libjpeg-turbo 1 Name: libjpeg-turbo
2 Short Name: libjpeg-turbo
2 URL: http://sourceforge.net/projects/libjpeg-turbo/ 3 URL: http://sourceforge.net/projects/libjpeg-turbo/
4 Version: 1.0.1
3 License File: LICENSE.txt 5 License File: LICENSE.txt
4 6
7 Description:
5 This consists of three components: 8 This consists of three components:
6 * A partial copy of libjpeg-turbo-1.0.1 with one small additional fix - r324 fro m 9 * 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 10 https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo/branches/1.0.x
8 * A build file (libjpeg.gyp), and; 11 * A build file (libjpeg.gyp), and;
9 * Patched header files used by Chromium. 12 * Patched header files used by Chromium.
10 13
11 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the 14 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the
12 Chromium code. 15 Chromium code.
13 16
14 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file 17 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file
15 jpeglibmangler.h and included it from jpeglib.h that changes the names of all 18 jpeglibmangler.h and included it from jpeglib.h that changes the names of all
16 externally visible functions to chromium_* so that we can avoid conflicts that 19 externally visible functions to chromium_* so that we can avoid conflicts that
17 arise when system libraries attempt to use our libjpeg. Also, We added the 20 arise when system libraries attempt to use our libjpeg. Also, We added the
18 'private_extern' flags on Mac (or the 'hidden' flags on Linux) to all the 21 'private_extern' flags on Mac (or the 'hidden' flags on Linux) to all the
19 global symbols in '.asm' files to prevent making them external ones. 22 global symbols in '.asm' files to prevent making them external ones.
20 The 'google.patch' file represents our changes from the original 23 The 'google.patch' file represents our changes from the original
21 libjpeg-turbo-1.0.1. 24 libjpeg-turbo-1.0.1.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698