deps: update jpeg-turbo to 2.1.5.1

This commit is contained in:
alexey.lysiuk 2023-02-09 17:07:24 +02:00
parent f3971214e6
commit 775d134b72
4 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
#define JPEG_LIB_VERSION 62
/* libjpeg-turbo version */
#define LIBJPEG_TURBO_VERSION 2.1.5
#define LIBJPEG_TURBO_VERSION 2.1.5.1
/* libjpeg-turbo version in integer form */
#define LIBJPEG_TURBO_VERSION_NUMBER 2001005

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.5")
set(PACKAGE_VERSION "2.1.5.1")
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.5
Version: 2.1.5.1
Libs: -L${libdir} -ljpeg
Cflags: -I${includedir}