From 16f26fb7621c8ee554f4d7c5b4c1972eb0ed7065 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 10 Nov 2015 13:17:41 -0800 Subject: Get rid of _FX_JPEG_TURBO_ Instead, set the libjpeg to use via GYP/GN. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1433803002 . --- third_party/libjpeg/fpdfapi_jcprepct.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party/libjpeg/fpdfapi_jcprepct.c') diff --git a/third_party/libjpeg/fpdfapi_jcprepct.c b/third_party/libjpeg/fpdfapi_jcprepct.c index 57f3fc1108..fa93333db2 100644 --- a/third_party/libjpeg/fpdfapi_jcprepct.c +++ b/third_party/libjpeg/fpdfapi_jcprepct.c @@ -1,4 +1,3 @@ -#if !defined(_FX_JPEG_TURBO_) /* * jcprepct.c * @@ -353,5 +352,3 @@ jinit_c_prep_controller (j_compress_ptr cinfo, boolean need_full_buffer) } } } - -#endif //_FX_JPEG_TURBO_ -- cgit v1.2.3