| Index: third_party/tiff_v403/tif_zip.c
|
| diff --git a/core/src/fxcodec/fx_tiff/tiff_v403/tif_zip.c b/third_party/tiff_v403/tif_zip.c
|
| similarity index 99%
|
| rename from core/src/fxcodec/fx_tiff/tiff_v403/tif_zip.c
|
| rename to third_party/tiff_v403/tif_zip.c
|
| index 131db72b4780c517edb2de008a2f2c81efe8c85e..1a0d821ba86d37d6c459899c28e750986fe71585 100644
|
| --- a/core/src/fxcodec/fx_tiff/tiff_v403/tif_zip.c
|
| +++ b/third_party/tiff_v403/tif_zip.c
|
| @@ -46,7 +46,7 @@
|
| * last found at ftp://ftp.uu.net/pub/archiving/zip/zlib/zlib-0.99.tar.gz.
|
| */
|
| #include "tif_predict.h"
|
| -#include "../../../../../third_party/zlib_v128/zlib.h"
|
| +#include "../zlib_v128/zlib.h"
|
|
|
| #include <stdio.h>
|
|
|
|
|