Skip to content

Commit 19b753c

Browse files
committed
oslibs, codecs: rebuilt libxmp from the latest 4.6.1 release
1 parent 2d5772f commit 19b753c

File tree

11 files changed

+27
-27
lines changed

11 files changed

+27
-27
lines changed

oslibs/macosx/codecs/include/mikmod.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ enum {
250250
MMERR_MAC_SPEED,
251251
MMERR_MAC_START,
252252

253-
MMERR_OSX_UNKNOWN_DEVICE,
254-
MMERR_OSX_BAD_PROPERTY,
253+
MMERR_OSX_UNKNOWN_DEVICE, /* obsolete */
254+
MMERR_OSX_BAD_PROPERTY, /* obsolete */
255255
MMERR_OSX_UNSUPPORTED_FORMAT,
256-
MMERR_OSX_SET_STEREO,
257-
MMERR_OSX_BUFFER_ALLOC,
258-
MMERR_OSX_ADD_IO_PROC,
256+
MMERR_OSX_SET_STEREO, /* obsolete */
257+
MMERR_OSX_BUFFER_ALLOC, /* obsolete */
258+
MMERR_OSX_ADD_IO_PROC, /* obsolete */
259259
MMERR_OSX_DEVICE_START,
260-
MMERR_OSX_PTHREAD,
260+
MMERR_OSX_PTHREAD, /* obsolete */
261261

262262
MMERR_DOSWSS_STARTDMA,
263263
MMERR_DOSSB_STARTDMA,

oslibs/macosx/codecs/include/xmp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
extern "C" {
1010
#endif
1111

12-
#define XMP_VERSION "4.6.0"
13-
#define XMP_VERCODE 0x040600
12+
#define XMP_VERSION "4.6.1"
13+
#define XMP_VERCODE 0x040601
1414
#define XMP_VER_MAJOR 4
1515
#define XMP_VER_MINOR 6
16-
#define XMP_VER_RELEASE 0
16+
#define XMP_VER_RELEASE 1
1717

1818
#if defined(_WIN32) && !defined(__CYGWIN__)
1919
# if defined(LIBXMP_STATIC)
113 KB
Binary file not shown.

oslibs/os2/codecs/include/mikmod.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ enum {
250250
MMERR_MAC_SPEED,
251251
MMERR_MAC_START,
252252

253-
MMERR_OSX_UNKNOWN_DEVICE,
254-
MMERR_OSX_BAD_PROPERTY,
253+
MMERR_OSX_UNKNOWN_DEVICE, /* obsolete */
254+
MMERR_OSX_BAD_PROPERTY, /* obsolete */
255255
MMERR_OSX_UNSUPPORTED_FORMAT,
256-
MMERR_OSX_SET_STEREO,
257-
MMERR_OSX_BUFFER_ALLOC,
258-
MMERR_OSX_ADD_IO_PROC,
256+
MMERR_OSX_SET_STEREO, /* obsolete */
257+
MMERR_OSX_BUFFER_ALLOC, /* obsolete */
258+
MMERR_OSX_ADD_IO_PROC, /* obsolete */
259259
MMERR_OSX_DEVICE_START,
260-
MMERR_OSX_PTHREAD,
260+
MMERR_OSX_PTHREAD, /* obsolete */
261261

262262
MMERR_DOSWSS_STARTDMA,
263263
MMERR_DOSSB_STARTDMA,

oslibs/os2/codecs/include/xmp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
extern "C" {
1010
#endif
1111

12-
#define XMP_VERSION "4.6.0"
13-
#define XMP_VERCODE 0x040600
12+
#define XMP_VERSION "4.6.1"
13+
#define XMP_VERCODE 0x040601
1414
#define XMP_VER_MAJOR 4
1515
#define XMP_VER_MINOR 6
16-
#define XMP_VER_RELEASE 0
16+
#define XMP_VER_RELEASE 1
1717

1818
#if defined(_WIN32) && !defined(__CYGWIN__)
1919
# if defined(LIBXMP_STATIC)

oslibs/os2/codecs/lib/libxmp.lib

32.5 KB
Binary file not shown.

oslibs/windows/codecs/include/mikmod.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ enum {
250250
MMERR_MAC_SPEED,
251251
MMERR_MAC_START,
252252

253-
MMERR_OSX_UNKNOWN_DEVICE,
254-
MMERR_OSX_BAD_PROPERTY,
253+
MMERR_OSX_UNKNOWN_DEVICE, /* obsolete */
254+
MMERR_OSX_BAD_PROPERTY, /* obsolete */
255255
MMERR_OSX_UNSUPPORTED_FORMAT,
256-
MMERR_OSX_SET_STEREO,
257-
MMERR_OSX_BUFFER_ALLOC,
258-
MMERR_OSX_ADD_IO_PROC,
256+
MMERR_OSX_SET_STEREO, /* obsolete */
257+
MMERR_OSX_BUFFER_ALLOC, /* obsolete */
258+
MMERR_OSX_ADD_IO_PROC, /* obsolete */
259259
MMERR_OSX_DEVICE_START,
260-
MMERR_OSX_PTHREAD,
260+
MMERR_OSX_PTHREAD, /* obsolete */
261261

262262
MMERR_DOSWSS_STARTDMA,
263263
MMERR_DOSSB_STARTDMA,

oslibs/windows/codecs/include/xmp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
extern "C" {
1010
#endif
1111

12-
#define XMP_VERSION "4.6.0"
13-
#define XMP_VERCODE 0x040600
12+
#define XMP_VERSION "4.6.1"
13+
#define XMP_VERCODE 0x040601
1414
#define XMP_VER_MAJOR 4
1515
#define XMP_VER_MINOR 6
16-
#define XMP_VER_RELEASE 0
16+
#define XMP_VER_RELEASE 1
1717

1818
#if defined(_WIN32) && !defined(__CYGWIN__)
1919
# if defined(LIBXMP_STATIC)
22.5 KB
Binary file not shown.
32.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)