Chromium Code Reviews| Index: third_party/iccjpeg/iccjpeg.h |
| diff --git a/third_party/iccjpeg/iccjpeg.h b/third_party/iccjpeg/iccjpeg.h |
| index 5e1888d9ef77549a9a546ed0fb087a2f1029be9d..25dd42e737e6142cb4784f59cd0dfeadd65f2ed4 100644 |
| --- a/third_party/iccjpeg/iccjpeg.h |
| +++ b/third_party/iccjpeg/iccjpeg.h |
| @@ -17,7 +17,12 @@ |
| */ |
| #include <stdio.h> /* needed to define "FILE", "NULL" */ |
| + |
| +#if defined(USE_SYSTEM_LIBJPEG) |
|
Mark Mentovai
2011/10/18 18:10:58
You need to edit README.chromium if you make a cha
Robert Nagy
2011/10/18 18:27:12
Done.
|
| +#include <jpeglib.h> |
| +#else |
| #include "jpeglib.h" |
| +#endif |
| /* |