mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
update sdl2_mixer to 2.6.1
This commit is contained in:
parent
907afae443
commit
23e927ff73
3 changed files with 2 additions and 2 deletions
2
deps/sdl2_mixer/include/SDL2/SDL_mixer.h
vendored
2
deps/sdl2_mixer/include/SDL2/SDL_mixer.h
vendored
|
@ -46,7 +46,7 @@ extern "C" {
|
|||
*/
|
||||
#define SDL_MIXER_MAJOR_VERSION 2
|
||||
#define SDL_MIXER_MINOR_VERSION 6
|
||||
#define SDL_MIXER_PATCHLEVEL 0
|
||||
#define SDL_MIXER_PATCHLEVEL 1
|
||||
|
||||
/**
|
||||
* This macro can be used to fill a version structure with the compile-time
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
|
||||
# The variable CVF_VERSION must be set before calling configure_file().
|
||||
|
||||
set(PACKAGE_VERSION "2.6.0")
|
||||
set(PACKAGE_VERSION "2.6.1")
|
||||
|
||||
if (PACKAGE_FIND_VERSION_RANGE)
|
||||
# Package version must be in the requested version range
|
||||
|
|
BIN
deps/sdl2_mixer/lib/libSDL2_mixer.a
vendored
BIN
deps/sdl2_mixer/lib/libSDL2_mixer.a
vendored
Binary file not shown.
Loading…
Reference in a new issue