| Index: third_party/tiff_v403/tif_ojpeg.c
|
| diff --git a/core/src/fxcodec/fx_tiff/tiff_v403/tif_ojpeg.c b/third_party/tiff_v403/tif_ojpeg.c
|
| similarity index 99%
|
| rename from core/src/fxcodec/fx_tiff/tiff_v403/tif_ojpeg.c
|
| rename to third_party/tiff_v403/tif_ojpeg.c
|
| index dfd1403aa5d9003cbc11bf3d169c5bfa44b88636..281c8e13cd1bbafcd82bf9502ade13cd900a072e 100644
|
| --- a/core/src/fxcodec/fx_tiff/tiff_v403/tif_ojpeg.c
|
| +++ b/third_party/tiff_v403/tif_ojpeg.c
|
| @@ -216,11 +216,11 @@ static const TIFFField ojpegFields[] = {
|
| #endif
|
|
|
| #ifndef _FX_JPEG_TURBO_
|
| - #include "../../libjpeg/jpeglib.h"
|
| - #include "../../libjpeg/jerror.h"
|
| + #include "../libjpeg/jpeglib.h"
|
| + #include "../libjpeg/jerror.h"
|
| #else
|
| - #include "../../libjpeg-turbo/jpeglib.h"
|
| - #include "../../libjpeg-turbo/jerror.h"
|
| + #include "../libjpeg-turbo/jpeglib.h"
|
| + #include "../libjpeg-turbo/jerror.h"
|
| #endif//_FX_JPEG_TURBO_
|
|
|
| typedef struct jpeg_error_mgr jpeg_error_mgr;
|
|
|