| Index: third_party/tiff_v403/tif_jpeg.c
|
| diff --git a/core/src/fxcodec/fx_tiff/tiff_v403/tif_jpeg.c b/third_party/tiff_v403/tif_jpeg.c
|
| similarity index 99%
|
| rename from core/src/fxcodec/fx_tiff/tiff_v403/tif_jpeg.c
|
| rename to third_party/tiff_v403/tif_jpeg.c
|
| index d02f1f35e228817b9af00b7a9c760de01bddc967..3c2998b9152544b9dbf898a56e9473a522fcdc20 100644
|
| --- a/core/src/fxcodec/fx_tiff/tiff_v403/tif_jpeg.c
|
| +++ b/third_party/tiff_v403/tif_jpeg.c
|
| @@ -85,11 +85,11 @@ int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode );
|
| #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_
|
|
|
| /*
|
|
|