[LIBMPG123] Update to version 1.26.2. CORE-17158

This commit is contained in:
Thomas Faber 2020-07-12 12:26:47 +02:00
parent d6c4411207
commit 64abd9fca8
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
2 changed files with 10 additions and 4 deletions

View file

@ -395,7 +395,7 @@
#define PACKAGE_NAME "mpg123" #define PACKAGE_NAME "mpg123"
/* Define to the full name and version of this package. */ /* 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 to the one symbol short name of this package. */
#define PACKAGE_TARNAME "mpg123" #define PACKAGE_TARNAME "mpg123"
@ -404,7 +404,7 @@
#define PACKAGE_URL "" #define PACKAGE_URL ""
/* Define to the version of this package. */ /* 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. */ /* Define if portaudio v18 API is wanted. */
/* #undef PORTAUDIO18 */ /* #undef PORTAUDIO18 */
@ -415,6 +415,9 @@
/* The size of `long', as computed by sizeof. */ /* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4 #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. */ /* The size of `off_t', as computed by sizeof. */
#define SIZEOF_OFF_T 4 #define SIZEOF_OFF_T 4
@ -440,7 +443,7 @@
/* #undef USE_YASM_FOR_AVX */ /* #undef USE_YASM_FOR_AVX */
/* Version number of package */ /* Version number of package */
#define VERSION "1.26.1" #define VERSION "1.26.2"
/* Define to use Win32 named pipes */ /* Define to use Win32 named pipes */
#define WANT_WIN32_FIFO 1 #define WANT_WIN32_FIFO 1
@ -448,6 +451,9 @@
/* Define to use Win32 sockets */ /* Define to use Win32 sockets */
#define WANT_WIN32_SOCKETS 1 #define WANT_WIN32_SOCKETS 1
/* Windows UWP build */
/* #undef WINDOWS_UWP */
/* Define to use Unicode for Windows */ /* Define to use Unicode for Windows */
#define WANT_WIN32_UNICODE 1 #define WANT_WIN32_UNICODE 1

View file

@ -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 copyright 1995-2015 by the mpg123 project
free software under the terms of the LGPL 2.1 free software under the terms of the LGPL 2.1