From 13c1272fcd9717cfa481f211617e56a3e78a8f1a Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 17 Jun 2015 15:24:01 -0700 Subject: 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. --- core/src/fxcodec/codec/fx_codec_jpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fxcodec/codec') 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) {} -- cgit v1.2.3