Skip to content

Commit

Permalink
deps: update mpg123 to 1.32.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jan 16, 2024
1 parent 8835fdf commit 4c7a505
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 @@ -19,7 +19,7 @@
*/
#define MPG123_API_VERSION 48
/** library patch level at client build time */
#define MPG123_PATCHLEVEL 1
#define MPG123_PATCHLEVEL 2

#ifndef MPG123_EXPORT
/** Defines needed for MS Visual Studio(tm) DLL builds.
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.3")
set(PACKAGE_VERSION "1.32.4")

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.3
Version: 1.32.4
Libs: -L${libdir} -lmpg123
Libs.private:
Cflags: -I${includedir}

0 comments on commit 4c7a505

Please sign in to comment.