| Index: third_party/libtiff/tif_extension.c
|
| diff --git a/third_party/tiff_v403/tif_extension.c b/third_party/libtiff/tif_extension.c
|
| similarity index 100%
|
| rename from third_party/tiff_v403/tif_extension.c
|
| rename to third_party/libtiff/tif_extension.c
|
| index 32d10cb7ade16fb8e4f378aaca74bdf58508c034..10afd4162c157271ca9d08de73795a1155a27775 100644
|
| --- a/third_party/tiff_v403/tif_extension.c
|
| +++ b/third_party/libtiff/tif_extension.c
|
| @@ -30,6 +30,7 @@
|
| * Various routines support external extension of the tag set, and other
|
| * application extension capabilities.
|
| */
|
| +
|
| #include "tiffiop.h"
|
|
|
| int TIFFGetTagListCount( TIFF *tif )
|
| @@ -115,4 +116,3 @@ void TIFFSetClientInfo( TIFF *tif, void *data, const char *name )
|
| * fill-column: 78
|
| * End:
|
| */
|
| -
|
|
|