update jpeg-turbo to 2.1.4

This commit is contained in:
alexey.lysiuk 2022-08-13 09:51:15 +03:00
parent 84f46e0282
commit 514b871b4c
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.3
#define LIBJPEG_TURBO_VERSION 2.1.4
/* libjpeg-turbo version in integer form */
#define LIBJPEG_TURBO_VERSION_NUMBER 2001003
#define LIBJPEG_TURBO_VERSION_NUMBER 2001004
/* 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.3")
set(PACKAGE_VERSION "2.1.4")
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.3
Version: 2.1.4
Libs: -L${libdir} -ljpeg
Cflags: -I${includedir}