diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:46:03 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:46:03 -0700 |
commit | 0a11975b69d93edd9a65704ee9559774b7a35f5b (patch) | |
tree | d1a5a8fb5f12fd7a3708b346a6e889521b18ca37 /core/src/fxcodec/codec | |
parent | 8be557542973c786d1024a7bfb300df230f00464 (diff) | |
download | pdfium-0a11975b69d93edd9a65704ee9559774b7a35f5b.tar.xz |
Merge to XFA: Move libjpeg to third_party/
Original Review URL: https://codereview.chromium.org/1186113005.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1175193007.
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 5a6e1b547f..3115ca25e3 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) {} |