update jpeg-turbo to 2.1.2

This commit is contained in:
alexey.lysiuk 2021-11-22 09:51:10 +02:00
parent ac4c4abb31
commit c3d1340cd0
4 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
#define JPEG_LIB_VERSION 62
/* libjpeg-turbo version */
#define LIBJPEG_TURBO_VERSION 2.1.1
#define LIBJPEG_TURBO_VERSION 2.1.2
/* libjpeg-turbo version in integer form */
#define LIBJPEG_TURBO_VERSION_NUMBER 2001001
#define LIBJPEG_TURBO_VERSION_NUMBER 2001002
/* Support arithmetic encoding */
#define C_ARITH_CODING_SUPPORTED 1

View File

@ -7,7 +7,7 @@
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
# The variable CVF_VERSION must be set before calling configure_file().
set(PACKAGE_VERSION "2.1.1")
set(PACKAGE_VERSION "2.1.2")
if (PACKAGE_FIND_VERSION_RANGE)
# Package version must be in the requested version range

Binary file not shown.

View File

@ -5,6 +5,6 @@ includedir=${prefix}/include
Name: libjpeg
Description: A SIMD-accelerated JPEG codec that provides the libjpeg API
Version: 2.1.1
Version: 2.1.2
Libs: -L${libdir} -ljpeg
Cflags: -I${includedir}