diff options
Diffstat (limited to 'core/src/fxcodec/codec')
-rw-r--r-- | core/src/fxcodec/codec/fx_codec_jpeg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/fx_codec_jpeg.cpp b/core/src/fxcodec/codec/fx_codec_jpeg.cpp index 4d2048831b..ff7e241e2f 100644 --- a/core/src/fxcodec/codec/fx_codec_jpeg.cpp +++ b/core/src/fxcodec/codec/fx_codec_jpeg.cpp @@ -30,7 +30,7 @@ extern "C" { }; extern "C" { #undef FAR -#include "../../fx_jpeglib.h" +#include "../libjpeg/fx_libjpeg.h" } extern "C" { static void _src_do_nothing(struct jpeg_decompress_struct* cinfo) {} |