Skip to content

Commit 64abd9f

Browse files
committed
[LIBMPG123] Update to version 1.26.2. CORE-17158
1 parent d6c4411 commit 64abd9f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

sdk/include/reactos/libs/libmpg123/config.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
#define PACKAGE_NAME "mpg123"
396396

397397
/* Define to the full name and version of this package. */
398-
#define PACKAGE_STRING "mpg123 1.26.1"
398+
#define PACKAGE_STRING "mpg123 1.26.2"
399399

400400
/* Define to the one symbol short name of this package. */
401401
#define PACKAGE_TARNAME "mpg123"
@@ -404,7 +404,7 @@
404404
#define PACKAGE_URL ""
405405

406406
/* Define to the version of this package. */
407-
#define PACKAGE_VERSION "1.26.1"
407+
#define PACKAGE_VERSION "1.26.2"
408408

409409
/* Define if portaudio v18 API is wanted. */
410410
/* #undef PORTAUDIO18 */
@@ -415,6 +415,9 @@
415415
/* The size of `long', as computed by sizeof. */
416416
#define SIZEOF_LONG 4
417417

418+
/* The size of `off64_t', as computed by sizeof. */
419+
#define SIZEOF_OFF64_T 8
420+
418421
/* The size of `off_t', as computed by sizeof. */
419422
#define SIZEOF_OFF_T 4
420423

@@ -440,14 +443,17 @@
440443
/* #undef USE_YASM_FOR_AVX */
441444

442445
/* Version number of package */
443-
#define VERSION "1.26.1"
446+
#define VERSION "1.26.2"
444447

445448
/* Define to use Win32 named pipes */
446449
#define WANT_WIN32_FIFO 1
447450

448451
/* Define to use Win32 sockets */
449452
#define WANT_WIN32_SOCKETS 1
450453

454+
/* Windows UWP build */
455+
/* #undef WINDOWS_UWP */
456+
451457
/* Define to use Unicode for Windows */
452458
#define WANT_WIN32_UNICODE 1
453459

sdk/include/reactos/libs/libmpg123/mpg123.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
libmpg123: MPEG Audio Decoder library (version 1.26.1)
2+
libmpg123: MPEG Audio Decoder library (version 1.26.2)
33
44
copyright 1995-2015 by the mpg123 project
55
free software under the terms of the LGPL 2.1

0 commit comments

Comments
 (0)