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

Unified Diff: jconfigint.h.in

Issue 1953443002: Update to libjpeg_turbo 1.4.90 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 4 years, 7 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 | « jconfigint.h ('k') | jcparam.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jconfigint.h.in
diff --git a/jconfigint.h.in b/jconfigint.h.in
new file mode 100644
index 0000000000000000000000000000000000000000..940424ea2d681148dcfdec0633384064e2e78843
--- /dev/null
+++ b/jconfigint.h.in
@@ -0,0 +1,14 @@
+/* libjpeg-turbo build number */
+#undef BUILD
+
+/* How to obtain function inlining. */
+#undef INLINE
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Version number of package */
+#undef VERSION
+
+/* The size of `size_t', as computed by sizeof. */
+#undef SIZEOF_SIZE_T
« no previous file with comments | « jconfigint.h ('k') | jcparam.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698