Skip to content

Commit

Permalink
deps: update mpg123 to 1.32.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 22, 2024
1 parent f76ece9 commit cbfe4a4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/mpg123/include/mpg123.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion deps/mpg123/lib/cmake/mpg123/mpg123-config-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified deps/mpg123/lib/libmpg123.a
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/mpg123/lib/pkgconfig/libmpg123.pc
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit cbfe4a4

Please sign in to comment.