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

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

Issue 4298001: Add build files for libjpeg-turbo.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: '' Created 10 years, 1 month 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 Name: libjpeg-turbo
2 URL: http://sourceforge.net/projects/libjpeg-turbo/
3 License File: LICENSE.txt
4
5 This consists of three components:
6 * A partial copy of libjpeg-turbo-1.0.1;
7 * A build file (libjpeg.gyp), and;
8 * Patched header files used by Chromium.
9
10 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the
11 Chromium code.
12
13 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 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 represents our changes from the original libjpeg-turbo-1.0.1.
OLDNEW
« no previous file with comments | « no previous file | third_party/libjpeg_turbo/google.patch » ('j') | third_party/libjpeg_turbo/libjpeg.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698