windows: fixed the jpeg-turbo library build

This commit is contained in:
Jacker 2017-07-03 16:24:25 +03:00
parent 36a07c51dc
commit 0878166c22
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
/* libjpeg-turbo build number */
#define BUILD 0
#define BUILD "0"
/* How to obtain function inlining. */
#define INLINE __inline
/* Define to the full name of this package. */
#define PACKAGE_NAME libjpeg-turbo
#define PACKAGE_NAME "libjpeg-turbo"
/* Version number of package */
#define VERSION 1.5.1
#define VERSION "1.5.1"
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T