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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 #define VERSION "@VERSION@"
2 #define BUILD "@BUILD@"
3 #define PACKAGE_NAME "@CMAKE_PROJECT_NAME@"
4
5 #ifndef INLINE
6 #if defined(__GNUC__)
7 #define INLINE inline __attribute__((always_inline))
8 #elif defined(_MSC_VER)
9 #define INLINE __forceinline
10 #else
11 #define INLINE
12 #endif
13 #endif
OLDNEW
« 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