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

Side by Side 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, 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 /* jconfigint.h. Generated from jconfigint.h.in by configure. */
2 /* libjpeg-turbo build number */
3 #define BUILD "20160430"
4
5 /* How to obtain function inlining. */
6 #define INLINE inline __attribute__((always_inline))
7
8 /* Define to the full name of this package. */
9 #define PACKAGE_NAME "libjpeg-turbo"
10
11 /* Version number of package */
12 #define VERSION "1.4.90"
13
14 /* The size of `size_t', as computed by sizeof. */
15 #define SIZEOF_SIZE_T 8
msarett 2016/05/02 13:29:15 Is chrome always compiled on 64-bit platforms? Ot
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698