https://git.reactos.org/?p=reactos.git;a=commitdiff;h=64abd9fca8b6ebaba8769c...
commit 64abd9fca8b6ebaba8769ca249b7fba2dde716a2 Author: Thomas Faber thomas.faber@reactos.org AuthorDate: Sun Jul 12 12:26:47 2020 +0200 Commit: Thomas Faber thomas.faber@reactos.org CommitDate: Sun Jul 12 12:28:05 2020 +0200
[LIBMPG123] Update to version 1.26.2. CORE-17158 --- sdk/include/reactos/libs/libmpg123/config.h | 12 +++++++++--- sdk/include/reactos/libs/libmpg123/mpg123.h | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/sdk/include/reactos/libs/libmpg123/config.h b/sdk/include/reactos/libs/libmpg123/config.h index 54697efe40f..9320b5f39e4 100644 --- a/sdk/include/reactos/libs/libmpg123/config.h +++ b/sdk/include/reactos/libs/libmpg123/config.h @@ -395,7 +395,7 @@ #define PACKAGE_NAME "mpg123"
/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "mpg123 1.26.1" +#define PACKAGE_STRING "mpg123 1.26.2"
/* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "mpg123" @@ -404,7 +404,7 @@ #define PACKAGE_URL ""
/* Define to the version of this package. */ -#define PACKAGE_VERSION "1.26.1" +#define PACKAGE_VERSION "1.26.2"
/* Define if portaudio v18 API is wanted. */ /* #undef PORTAUDIO18 */ @@ -415,6 +415,9 @@ /* The size of `long', as computed by sizeof. */ #define SIZEOF_LONG 4
+/* The size of `off64_t', as computed by sizeof. */ +#define SIZEOF_OFF64_T 8 + /* The size of `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 4
@@ -440,7 +443,7 @@ /* #undef USE_YASM_FOR_AVX */
/* Version number of package */ -#define VERSION "1.26.1" +#define VERSION "1.26.2"
/* Define to use Win32 named pipes */ #define WANT_WIN32_FIFO 1 @@ -448,6 +451,9 @@ /* Define to use Win32 sockets */ #define WANT_WIN32_SOCKETS 1
+/* Windows UWP build */ +/* #undef WINDOWS_UWP */ + /* Define to use Unicode for Windows */ #define WANT_WIN32_UNICODE 1
diff --git a/sdk/include/reactos/libs/libmpg123/mpg123.h b/sdk/include/reactos/libs/libmpg123/mpg123.h index 9cab00424d9..34b8a2f0db7 100644 --- a/sdk/include/reactos/libs/libmpg123/mpg123.h +++ b/sdk/include/reactos/libs/libmpg123/mpg123.h @@ -1,5 +1,5 @@ /* - libmpg123: MPEG Audio Decoder library (version 1.26.1) + libmpg123: MPEG Audio Decoder library (version 1.26.2)
copyright 1995-2015 by the mpg123 project free software under the terms of the LGPL 2.1