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

Unified Diff: win/jconfigint.h.in

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: win/jconfigint.h.in
diff --git a/win/jconfigint.h.in b/win/jconfigint.h.in
new file mode 100644
index 0000000000000000000000000000000000000000..2131bf52a1e96001b2dd0fa957f4f2545e1d6f42
--- /dev/null
+++ b/win/jconfigint.h.in
@@ -0,0 +1,13 @@
+#define VERSION "@VERSION@"
+#define BUILD "@BUILD@"
+#define PACKAGE_NAME "@CMAKE_PROJECT_NAME@"
+
+#ifndef INLINE
+#if defined(__GNUC__)
+#define INLINE inline __attribute__((always_inline))
+#elif defined(_MSC_VER)
+#define INLINE __forceinline
+#else
+#define INLINE
+#endif
+#endif
« simd/jccolext-sse2-64.asm ('K') | « win/jconfig.h.in ('k') | win/jpeg62.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698