diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:24:01 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-17 15:24:01 -0700 |
commit | 13c1272fcd9717cfa481f211617e56a3e78a8f1a (patch) | |
tree | 4dfc7f26d909c59b54f8d1418a18f0dfc688aba3 /core/src/fxcodec/codec | |
parent | 16a0b24fb35b6cb2e7e57a42735c0081fb9f2a20 (diff) | |
download | pdfium-13c1272fcd9717cfa481f211617e56a3e78a8f1a.tar.xz |
Move libjpeg to third_party/
Removal of fpdfapi_ suffix can be part of a future CL.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1186113005.
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) {} |