summaryrefslogtreecommitdiff
path: root/third_party/libjpeg/fpdfapi_jcapistd.c
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-11-10 13:17:41 -0800
committerLei Zhang <thestig@chromium.org>2015-11-10 13:17:41 -0800
commit16f26fb7621c8ee554f4d7c5b4c1972eb0ed7065 (patch)
tree51304ce3c0181b6fb55fbb6d59ef793a0228069c /third_party/libjpeg/fpdfapi_jcapistd.c
parent0569ab0b11b723d9bca4ddd642b0cf8828c4bdd1 (diff)
downloadpdfium-16f26fb7621c8ee554f4d7c5b4c1972eb0ed7065.tar.xz
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 .
Diffstat (limited to 'third_party/libjpeg/fpdfapi_jcapistd.c')
-rw-r--r--third_party/libjpeg/fpdfapi_jcapistd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/libjpeg/fpdfapi_jcapistd.c b/third_party/libjpeg/fpdfapi_jcapistd.c
index 9d765e6f01..c0320b1b19 100644
--- a/third_party/libjpeg/fpdfapi_jcapistd.c
+++ b/third_party/libjpeg/fpdfapi_jcapistd.c
@@ -1,4 +1,3 @@
-#if !defined(_FX_JPEG_TURBO_)
/*
* jcapistd.c
*
@@ -160,5 +159,3 @@ jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data,
cinfo->next_scanline += lines_per_iMCU_row;
return lines_per_iMCU_row;
}
-
-#endif //_FX_JPEG_TURBO_