Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: jpeglibmangler.h

Issue 1270213002: Add support for decoding to 565 to libjpeg_turbo (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Link crbug in the README Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jpeglib.h ('k') | jsimd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jpeglibmangler.h
diff --git a/jpeglibmangler.h b/jpeglibmangler.h
index 0040bfc6939b85dd7cf2002bf2ce0dbf8a0f7683..59f554aa2dd6fbbe35a271f30efd034121437f1d 100644
--- a/jpeglibmangler.h
+++ b/jpeglibmangler.h
@@ -110,5 +110,7 @@
#define jpeg_open_backing_store chromium_jpeg_open_backing_store
#define jpeg_mem_init chromium_jpeg_mem_init
#define jpeg_mem_term chromium_jpeg_mem_term
+#define jpeg_std_message_table chromium_jpeg_std_message_table
+#define jpeg_natural_order chromium_jpeg_natural_order
#endif // THIRD_PARTY_LIBJPEG_TURBO_JPEGLIBMANGLER_H_
« no previous file with comments | « jpeglib.h ('k') | jsimd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698