Skip to content

Commit

Permalink
updated builds of SDL2 (macOS), opusfile, and xmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 3, 2023
1 parent 8495fa9 commit 56b7c97
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MacOSX/SDL2.framework/Versions/A/Headers/SDL_revision.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SDL_REVISION "https://github.com/sezero/SDL.git@07bb804955f66a954dbe7a71db29d76847de69f2"
#define SDL_REVISION "https://github.com/sezero/SDL.git@c947e0e31b673909ec91509f38b34028f608fb6f"
#define SDL_REVISION_NUMBER 0
2 changes: 1 addition & 1 deletion MacOSX/SDL2.framework/Versions/A/Headers/SDL_stdinc.h
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,
size_t * outbytesleft);

/**
* This function converts a string between encodings in one pass, returning a
* This function converts a buffer or string between encodings in one pass, returning a
* string that must be freed with SDL_free() or NULL on error.
*
* \since This function is available since SDL 2.0.0.
Expand Down
Binary file modified MacOSX/SDL2.framework/Versions/A/SDL2
Binary file not shown.
8 changes: 4 additions & 4 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.5.1"
#define XMP_VERCODE 0x040501
#define XMP_VERSION "4.6.0"
#define XMP_VERCODE 0x040600
#define XMP_VER_MAJOR 4
#define XMP_VER_MINOR 5
#define XMP_VER_RELEASE 1
#define XMP_VER_MINOR 6
#define XMP_VER_RELEASE 0

#if defined(_WIN32) && !defined(__CYGWIN__)
# if defined(LIBXMP_STATIC)
Expand Down
Binary file modified MacOSX/codecs/lib/libopusfile.dylib
Binary file not shown.
Binary file modified MacOSX/codecs/lib/libxmp.dylib
Binary file not shown.
8 changes: 4 additions & 4 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.5.1"
#define XMP_VERCODE 0x040501
#define XMP_VERSION "4.6.0"
#define XMP_VERCODE 0x040600
#define XMP_VER_MAJOR 4
#define XMP_VER_MINOR 5
#define XMP_VER_RELEASE 1
#define XMP_VER_MINOR 6
#define XMP_VER_RELEASE 0

#if defined(_WIN32) && !defined(__CYGWIN__)
# if defined(LIBXMP_STATIC)
Expand Down
Binary file modified Windows/codecs/x64/libopusfile-0.dll
Binary file not shown.
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-watcom/opusfile.lib
Binary file not shown.
Binary file modified Windows/codecs/x86/libopusfile-0.dll
Binary file not shown.
Binary file modified Windows/codecs/x86/libxmp.dll
Binary file not shown.

0 comments on commit 56b7c97

Please sign in to comment.