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

Side by Side Diff: config.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
1 /* config.h. Generated from config.h.in by configure. */ 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Build number */ 4 /* use 8 or 12 */
5 #define BUILD "20140410" 5 /* #undef BITS_IN_JSAMPLE */
6
7 /* libjpeg-turbo build number */
8 #define BUILD "20160430"
6 9
7 /* Support arithmetic encoding */ 10 /* Support arithmetic encoding */
8 /* #undef C_ARITH_CODING_SUPPORTED */ 11 /* #undef C_ARITH_CODING_SUPPORTED */
9 12
10 /* Support arithmetic decoding */ 13 /* Support arithmetic decoding */
11 /* #undef D_ARITH_CODING_SUPPORTED */ 14 /* #undef D_ARITH_CODING_SUPPORTED */
12 15
13 /* Support in-memory source/destination managers */
14 /* #undef MEM_SRCDST_SUPPORTED */
15
16 /* Define to 1 if you have the <dlfcn.h> header file. */ 16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1 17 #define HAVE_DLFCN_H 1
18 18
19 /* Define to 1 if you have the <inttypes.h> header file. */ 19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1 20 #define HAVE_INTTYPES_H 1
21 21
22 /* Define to 1 if you have the <jni.h> header file. */ 22 /* Define to 1 if you have the <jni.h> header file. */
23 /* #undef HAVE_JNI_H */ 23 /* #undef HAVE_JNI_H */
24 24
25 /* Define to 1 if you have the <locale.h> header file. */
26 #define HAVE_LOCALE_H 1
27
25 /* Define to 1 if you have the `memcpy' function. */ 28 /* Define to 1 if you have the `memcpy' function. */
26 #define HAVE_MEMCPY 1 29 #define HAVE_MEMCPY 1
27 30
28 /* Define to 1 if you have the <memory.h> header file. */ 31 /* Define to 1 if you have the <memory.h> header file. */
29 #define HAVE_MEMORY_H 1 32 #define HAVE_MEMORY_H 1
30 33
31 /* Define to 1 if you have the `memset' function. */ 34 /* Define to 1 if you have the `memset' function. */
32 #define HAVE_MEMSET 1 35 #define HAVE_MEMSET 1
33 36
34 /* Define if your compiler supports prototypes */
35 #define HAVE_PROTOTYPES 1
36
37 /* Define to 1 if you have the <stddef.h> header file. */ 37 /* Define to 1 if you have the <stddef.h> header file. */
38 #define HAVE_STDDEF_H 1 38 #define HAVE_STDDEF_H 1
39 39
40 /* Define to 1 if you have the <stdint.h> header file. */ 40 /* Define to 1 if you have the <stdint.h> header file. */
41 #define HAVE_STDINT_H 1 41 #define HAVE_STDINT_H 1
42 42
43 /* Define to 1 if you have the <stdlib.h> header file. */ 43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #define HAVE_STDLIB_H 1 44 #define HAVE_STDLIB_H 1
45 45
46 /* Define to 1 if you have the <strings.h> header file. */ 46 /* Define to 1 if you have the <strings.h> header file. */
47 #define HAVE_STRINGS_H 1 47 #define HAVE_STRINGS_H 1
48 48
49 /* Define to 1 if you have the <string.h> header file. */ 49 /* Define to 1 if you have the <string.h> header file. */
50 #define HAVE_STRING_H 1 50 #define HAVE_STRING_H 1
51 51
52 /* Define to 1 if you have the <sys/stat.h> header file. */ 52 /* Define to 1 if you have the <sys/stat.h> header file. */
53 #define HAVE_SYS_STAT_H 1 53 #define HAVE_SYS_STAT_H 1
54 54
55 /* Define to 1 if you have the <sys/types.h> header file. */ 55 /* Define to 1 if you have the <sys/types.h> header file. */
56 #define HAVE_SYS_TYPES_H 1 56 #define HAVE_SYS_TYPES_H 1
57 57
58 /* Define to 1 if you have the <unistd.h> header file. */ 58 /* Define to 1 if you have the <unistd.h> header file. */
59 #if !defined(_MSC_VER)
60 #define HAVE_UNISTD_H 1 59 #define HAVE_UNISTD_H 1
61 #endif
62 60
63 /* Define to 1 if the system has the type `unsigned char'. */ 61 /* Define to 1 if the system has the type `unsigned char'. */
64 #define HAVE_UNSIGNED_CHAR 1 62 #define HAVE_UNSIGNED_CHAR 1
65 63
66 /* Define to 1 if the system has the type `unsigned short'. */ 64 /* Define to 1 if the system has the type `unsigned short'. */
67 #define HAVE_UNSIGNED_SHORT 1 65 #define HAVE_UNSIGNED_SHORT 1
68 66
69 /* Compiler does not support pointers to undefined structures. */ 67 /* Compiler does not support pointers to undefined structures. */
70 /* #undef INCOMPLETE_TYPES_BROKEN */ 68 /* #undef INCOMPLETE_TYPES_BROKEN */
71 69
72 /* How to obtain function inlining. */ 70 /* How to obtain function inlining. */
73 #ifndef INLINE
74 #if defined(__GNUC__)
75 #define INLINE inline __attribute__((always_inline)) 71 #define INLINE inline __attribute__((always_inline))
76 #elif defined(_MSC_VER)
77 #define INLINE __forceinline
78 #else
79 #define INLINE
80 #endif
81 #endif
82 72
83 /* libjpeg API version */ 73 /* libjpeg API version */
84 #define JPEG_LIB_VERSION 62 74 #define JPEG_LIB_VERSION 62
85 75
86 /* libjpeg-turbo version */ 76 /* libjpeg-turbo version */
87 #define LIBJPEG_TURBO_VERSION 1.3.1 77 #define LIBJPEG_TURBO_VERSION 1.4.90
88 78
89 /* Define to the sub-directory in which libtool stores uninstalled libraries. 79 /* Define to the sub-directory where libtool stores uninstalled libraries. */
90 */
91 #define LT_OBJDIR ".libs/" 80 #define LT_OBJDIR ".libs/"
92 81
93 /* Define if you have BSD-like bzero and bcopy */ 82 /* Support in-memory source/destination managers */
83 /* #undef MEM_SRCDST_SUPPORTED */
84
85 /* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
86 memset/memcpy in <string.h>. */
94 /* #undef NEED_BSD_STRINGS */ 87 /* #undef NEED_BSD_STRINGS */
95 88
96 /* Define if you need short function names */ 89 /* Define if you need to include <sys/types.h> to get size_t. */
97 /* #undef NEED_SHORT_EXTERNAL_NAMES */
98
99 /* Define if you have sys/types.h */
100 #define NEED_SYS_TYPES_H 1 90 #define NEED_SYS_TYPES_H 1
101 91
102 /* Name of package */ 92 /* Name of package */
103 #define PACKAGE "libjpeg-turbo" 93 #define PACKAGE "libjpeg-turbo"
104 94
105 /* Define to the address where bug reports for this package should be sent. */ 95 /* Define to the address where bug reports for this package should be sent. */
106 #define PACKAGE_BUGREPORT "" 96 #define PACKAGE_BUGREPORT ""
107 97
108 /* Define to the full name of this package. */ 98 /* Define to the full name of this package. */
109 #define PACKAGE_NAME "libjpeg-turbo" 99 #define PACKAGE_NAME "libjpeg-turbo"
110 100
111 /* Define to the full name and version of this package. */ 101 /* Define to the full name and version of this package. */
112 #define PACKAGE_STRING "libjpeg-turbo 1.3.1" 102 #define PACKAGE_STRING "libjpeg-turbo 1.4.90"
113 103
114 /* Define to the one symbol short name of this package. */ 104 /* Define to the one symbol short name of this package. */
115 #define PACKAGE_TARNAME "libjpeg-turbo" 105 #define PACKAGE_TARNAME "libjpeg-turbo"
116 106
117 /* Define to the home page for this package. */ 107 /* Define to the home page for this package. */
118 #define PACKAGE_URL "" 108 #define PACKAGE_URL ""
119 109
120 /* Define to the version of this package. */ 110 /* Define to the version of this package. */
121 #define PACKAGE_VERSION "1.3.1" 111 #define PACKAGE_VERSION "1.4.90"
122 112
123 /* Define if shift is unsigned */ 113 /* Define if your (broken) compiler shifts signed values as if they were
114 unsigned. */
124 /* #undef RIGHT_SHIFT_IS_UNSIGNED */ 115 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
125 116
117 /* The size of `size_t', as computed by sizeof. */
118 #define SIZEOF_SIZE_T 8
119
126 /* Define to 1 if you have the ANSI C header files. */ 120 /* Define to 1 if you have the ANSI C header files. */
127 #define STDC_HEADERS 1 121 #define STDC_HEADERS 1
128 122
129 /* Version number of package */ 123 /* Version number of package */
130 #define VERSION "1.3.1" 124 #define VERSION "1.4.90"
131 125
132 /* Use accelerated SIMD routines. */ 126 /* Use accelerated SIMD routines. */
133 #define WITH_SIMD 1 127 #define WITH_SIMD 1
134 128
135 /* Define to 1 if type `char' is unsigned and you are not using gcc. */ 129 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
136 #ifndef __CHAR_UNSIGNED__ 130 #ifndef __CHAR_UNSIGNED__
137 /* # undef __CHAR_UNSIGNED__ */ 131 /* # undef __CHAR_UNSIGNED__ */
138 #endif 132 #endif
139 133
140 /* Define to empty if `const' does not conform to ANSI C. */ 134 /* Define to empty if `const' does not conform to ANSI C. */
141 /* #undef const */ 135 /* #undef const */
142 136
143 /* Define to `__inline__' or `__inline' if that's what the C compiler 137 /* Define to `__inline__' or `__inline' if that's what the C compiler
144 calls it, or to nothing if 'inline' is not supported under any name. */ 138 calls it, or to nothing if 'inline' is not supported under any name. */
145 #ifndef __cplusplus 139 #ifndef __cplusplus
146 /* #undef inline */ 140 /* #undef inline */
147 #endif 141 #endif
148 142
149 /* Define to `unsigned int' if <sys/types.h> does not define. */ 143 /* Define to `unsigned int' if <sys/types.h> does not define. */
150 /* #undef size_t */ 144 /* #undef size_t */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698