Index: third_party/libjpeg/README.chromium |
=================================================================== |
--- third_party/libjpeg/README.chromium (revision 19623) |
+++ third_party/libjpeg/README.chromium (working copy) |
@@ -8,3 +8,7 @@ |
jmemdos.c |
jmemname.c |
along with all of the frontend files for doing utility programs. |
+ |
+We added a new file jpeglibmangler.h and included it from jpeglib.h that changes |
+the names of all externally visible functions to chromium_* so that we can avoid |
+conflicts that arise when system libraries attempt to use our libjpeg. |