mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[LIBMPG123] Update to version 1.26.2. CORE-17158
This commit is contained in:
parent
d6c4411207
commit
64abd9fca8
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue