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

Side by Side Diff: 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 /* libjpeg-turbo build number */
2 #undef BUILD
3
4 /* How to obtain function inlining. */
5 #undef INLINE
6
7 /* Define to the full name of this package. */
8 #undef PACKAGE_NAME
9
10 /* Version number of package */
11 #undef VERSION
12
13 /* The size of `size_t', as computed by sizeof. */
14 #undef SIZEOF_SIZE_T
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698