deps: update mpg123 to 1.32.9

This commit is contained in:
alexey.lysiuk 2024-11-07 12:19:12 +02:00
parent d3b751f29d
commit d95774644e
4 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
*/
#define MPG123_API_VERSION 48
/** library patch level at client build time */
#define MPG123_PATCHLEVEL 2
#define MPG123_PATCHLEVEL 3
#ifndef MPG123_EXPORT
/** Defines needed for MS Visual Studio(tm) DLL builds.

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 "1.32.8")
set(PACKAGE_VERSION "1.32.9")
if (PACKAGE_FIND_VERSION_RANGE)
# Package version must be in the requested version range

Binary file not shown.

View file

@ -6,7 +6,7 @@ includedir=${prefix}/include
Name: libmpg123
Description: An optimised MPEG Audio decoder
Requires:
Version: 1.32.8
Version: 1.32.9
Libs: -L${libdir} -lmpg123
Libs.private:
Cflags: -I${includedir}