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

Unified Diff: jconfigint.h

Issue 1934113002: Update libjpeg_turbo to 1.4.90 from https://github.com/libjpeg-turbo/ (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 4 years, 8 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
Index: jconfigint.h
diff --git a/jconfigint.h b/jconfigint.h
new file mode 100644
index 0000000000000000000000000000000000000000..d3f3b7cc93aa881a0160653188145a7abe592619
--- /dev/null
+++ b/jconfigint.h
@@ -0,0 +1,15 @@
+/* jconfigint.h. Generated from jconfigint.h.in by configure. */
+/* libjpeg-turbo build number */
+#define BUILD "20160430"
+
+/* How to obtain function inlining. */
+#define INLINE inline __attribute__((always_inline))
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "libjpeg-turbo"
+
+/* Version number of package */
+#define VERSION "1.4.90"
+
+/* The size of `size_t', as computed by sizeof. */
+#define SIZEOF_SIZE_T 8
msarett 2016/05/02 13:29:15 Is chrome always compiled on 64-bit platforms? Ot

Powered by Google App Engine
This is Rietveld 408576698