From 0878166c22fce1ef038961a04c334ad8ccfdd2a3 Mon Sep 17 00:00:00 2001 From: Jacker Date: Mon, 3 Jul 2017 16:24:25 +0300 Subject: [PATCH] windows: fixed the jpeg-turbo library build --- jpegturbo/jconfigint.h.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jpegturbo/jconfigint.h.cmake b/jpegturbo/jconfigint.h.cmake index f6e879e9..6f905d7f 100644 --- a/jpegturbo/jconfigint.h.cmake +++ b/jpegturbo/jconfigint.h.cmake @@ -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