deps: update mpg123 to 1.32.5

This commit is contained in:
alexey.lysiuk 2024-02-22 10:04:45 +02:00
parent f76ece9501
commit cbfe4a4817
4 changed files with 3 additions and 3 deletions

View file

@ -1327,7 +1327,7 @@ MPG123_EXPORT int mpg123_volume_change(mpg123_handle *mh, double change);
/** Adjust output volume including the RVA setting by chosen amount
* \param mh handle
* \param change volume adjustment in decibels (limited to +/- 60 dB)
* \param db volume adjustment in decibels (limited to +/- 60 dB)
* \return MPG123_OK on success
*/
MPG123_EXPORT int mpg123_volume_change_db(mpg123_handle *mh, double db);

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.4")
set(PACKAGE_VERSION "1.32.5")
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.4
Version: 1.32.5
Libs: -L${libdir} -lmpg123
Libs.private:
Cflags: -I${includedir}