summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/libjpeg/fx_libjpeg.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-17 15:46:03 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-17 15:46:03 -0700
commit0a11975b69d93edd9a65704ee9559774b7a35f5b (patch)
treed1a5a8fb5f12fd7a3708b346a6e889521b18ca37 /core/src/fxcodec/libjpeg/fx_libjpeg.h
parent8be557542973c786d1024a7bfb300df230f00464 (diff)
downloadpdfium-0a11975b69d93edd9a65704ee9559774b7a35f5b.tar.xz
Merge to XFA: Move libjpeg to third_party/
Original Review URL: https://codereview.chromium.org/1186113005. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1175193007.
Diffstat (limited to 'core/src/fxcodec/libjpeg/fx_libjpeg.h')
-rw-r--r--core/src/fxcodec/libjpeg/fx_libjpeg.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/src/fxcodec/libjpeg/fx_libjpeg.h b/core/src/fxcodec/libjpeg/fx_libjpeg.h
new file mode 100644
index 0000000000..7cab1a4deb
--- /dev/null
+++ b/core/src/fxcodec/libjpeg/fx_libjpeg.h
@@ -0,0 +1,12 @@
+// Copyright 2014 PDFium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+
+#ifndef CORE_SRC_FXCODEC_LIBJPEG_FX_LIBJPEG_H_
+#define CORE_SRC_FXCODEC_LIBJPEG_FX_LIBJPEG_H_
+
+#include "../../../../third_party/libjpeg/jpeglib.h"
+
+#endif // CORE_SRC_FXCODEC_LIBJPEG_FX_LIBJPEG_H_