| Index: third_party/libtiff/tif_color.c
|
| diff --git a/third_party/tiff_v403/tif_color.c b/third_party/libtiff/tif_color.c
|
| similarity index 100%
|
| rename from third_party/tiff_v403/tif_color.c
|
| rename to third_party/libtiff/tif_color.c
|
| index c55a4afeb24393f8c542122c9fc97baa988eb26e..be4850ce6b106a03171f629cd85600a2c05a1c84 100644
|
| --- a/third_party/tiff_v403/tif_color.c
|
| +++ b/third_party/libtiff/tif_color.c
|
| @@ -35,6 +35,7 @@
|
| *
|
| * Color space conversion routines.
|
| */
|
| +
|
| #include "tiffiop.h"
|
| #include <math.h>
|
|
|
| @@ -284,4 +285,3 @@ TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite)
|
| * fill-column: 78
|
| * End:
|
| */
|
| -
|
|
|