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

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

Issue 6610030: Cleaning up third_party readmes and adding a template for future use.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 1 Name: libjpeg
2 URL: http://www.ijg.org/ 2 URL: http://www.ijg.org/
3 Version: 6b
3 4
5 Description:
4 This contains a copy of libjpeg-6b. 6 This contains a copy of libjpeg-6b.
5 7
6 The project files does not incldue from the distribution: 8 The project files does not incldue from the distribution:
7 jidctred.c : downsampling 9 jidctred.c : downsampling
8 jdtrans.c : decoder transcoder 10 jdtrans.c : decoder transcoder
9 11
10 Also not included are files obviously not needed: 12 Also not included are files obviously not needed:
11 jmemdos.c 13 jmemdos.c
12 jmemname.c 14 jmemname.c
13 along with all of the frontend files for doing utility programs. 15 along with all of the frontend files for doing utility programs.
14 16
15 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes 17 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes
16 the names of all externally visible functions to chromium_* so that we can avoid 18 the names of all externally visible functions to chromium_* so that we can avoid
17 conflicts that arise when system libraries attempt to use our libjpeg. 19 conflicts that arise when system libraries attempt to use our libjpeg.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698