Skip to content

Commit

Permalink
oslibs, codecs: rebuilt libxmp from the latest 4.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 1, 2025
1 parent e4f66e3 commit 78b657e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions MacOSX/codecs/include/mikmod.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,14 @@ enum {
MMERR_MAC_SPEED,
MMERR_MAC_START,

MMERR_OSX_UNKNOWN_DEVICE,
MMERR_OSX_BAD_PROPERTY,
MMERR_OSX_UNKNOWN_DEVICE, /* obsolete */
MMERR_OSX_BAD_PROPERTY, /* obsolete */
MMERR_OSX_UNSUPPORTED_FORMAT,
MMERR_OSX_SET_STEREO,
MMERR_OSX_BUFFER_ALLOC,
MMERR_OSX_ADD_IO_PROC,
MMERR_OSX_SET_STEREO, /* obsolete */
MMERR_OSX_BUFFER_ALLOC, /* obsolete */
MMERR_OSX_ADD_IO_PROC, /* obsolete */
MMERR_OSX_DEVICE_START,
MMERR_OSX_PTHREAD,
MMERR_OSX_PTHREAD, /* obsolete */

MMERR_DOSWSS_STARTDMA,
MMERR_DOSSB_STARTDMA,
Expand Down
6 changes: 3 additions & 3 deletions MacOSX/codecs/include/xmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
extern "C" {
#endif

#define XMP_VERSION "4.6.0"
#define XMP_VERCODE 0x040600
#define XMP_VERSION "4.6.1"
#define XMP_VERCODE 0x040601
#define XMP_VER_MAJOR 4
#define XMP_VER_MINOR 6
#define XMP_VER_RELEASE 0
#define XMP_VER_RELEASE 1

#if defined(_WIN32) && !defined(__CYGWIN__)
# if defined(LIBXMP_STATIC)
Expand Down
Binary file modified MacOSX/codecs/lib/libxmp.dylib
Binary file not shown.
12 changes: 6 additions & 6 deletions Windows/codecs/include/mikmod.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,14 @@ enum {
MMERR_MAC_SPEED,
MMERR_MAC_START,

MMERR_OSX_UNKNOWN_DEVICE,
MMERR_OSX_BAD_PROPERTY,
MMERR_OSX_UNKNOWN_DEVICE, /* obsolete */
MMERR_OSX_BAD_PROPERTY, /* obsolete */
MMERR_OSX_UNSUPPORTED_FORMAT,
MMERR_OSX_SET_STEREO,
MMERR_OSX_BUFFER_ALLOC,
MMERR_OSX_ADD_IO_PROC,
MMERR_OSX_SET_STEREO, /* obsolete */
MMERR_OSX_BUFFER_ALLOC, /* obsolete */
MMERR_OSX_ADD_IO_PROC, /* obsolete */
MMERR_OSX_DEVICE_START,
MMERR_OSX_PTHREAD,
MMERR_OSX_PTHREAD, /* obsolete */

MMERR_DOSWSS_STARTDMA,
MMERR_DOSSB_STARTDMA,
Expand Down
6 changes: 3 additions & 3 deletions Windows/codecs/include/xmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
extern "C" {
#endif

#define XMP_VERSION "4.6.0"
#define XMP_VERCODE 0x040600
#define XMP_VERSION "4.6.1"
#define XMP_VERCODE 0x040601
#define XMP_VER_MAJOR 4
#define XMP_VER_MINOR 6
#define XMP_VER_RELEASE 0
#define XMP_VER_RELEASE 1

#if defined(_WIN32) && !defined(__CYGWIN__)
# if defined(LIBXMP_STATIC)
Expand Down
Binary file modified Windows/codecs/x64/libxmp.dll
Binary file not shown.
Binary file modified Windows/codecs/x86-watcom/libxmp.lib
Binary file not shown.
Binary file modified Windows/codecs/x86/libxmp.dll
Binary file not shown.

0 comments on commit 78b657e

Please sign in to comment.