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_jmemmgr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party/libjpeg/fpdfapi_jmemmgr.c') diff --git a/third_party/libjpeg/fpdfapi_jmemmgr.c b/third_party/libjpeg/fpdfapi_jmemmgr.c index 630102fc2e..47ead48ac4 100644 --- a/third_party/libjpeg/fpdfapi_jmemmgr.c +++ b/third_party/libjpeg/fpdfapi_jmemmgr.c @@ -1,4 +1,3 @@ -#if !defined(_FX_JPEG_TURBO_) /* * jmemmgr.c * @@ -1119,5 +1118,3 @@ jinit_memory_mgr (j_common_ptr cinfo) #endif } - -#endif //_FX_JPEG_TURBO_ -- cgit v1.2.3