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

Unified Diff: third_party/libjpeg/jpeglibmangler.h

Issue 4994004: Linux: use internal copy of libjpeg by default with mangled symbol names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leave chromeos alone Created 10 years 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 | « no previous file | third_party/libjpeg/libjpeg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjpeg/jpeglibmangler.h
diff --git a/third_party/libjpeg/jpeglibmangler.h b/third_party/libjpeg/jpeglibmangler.h
index 85ab8a08eb7bf1c28337ef309f27568178131f5a..4dcd5fb371b5fc47b0f8a93c2b34387dd563271d 100644
--- a/third_party/libjpeg/jpeglibmangler.h
+++ b/third_party/libjpeg/jpeglibmangler.h
@@ -109,5 +109,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_JPEGLIBMANGLER_H_
« no previous file with comments | « no previous file | third_party/libjpeg/libjpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698