mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-28 22:52:17 +00:00
update sdl2_mixer to 2.6.2
This commit is contained in:
parent
52c82e4cb4
commit
37484936a6
4 changed files with 3 additions and 3 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_MAJOR_VERSION 2
|
||||||
#define SDL_MIXER_MINOR_VERSION 6
|
#define SDL_MIXER_MINOR_VERSION 6
|
||||||
#define SDL_MIXER_PATCHLEVEL 1
|
#define SDL_MIXER_PATCHLEVEL 2
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This macro can be used to fill a version structure with the compile-time
|
* 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.
|
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
|
||||||
# The variable CVF_VERSION must be set before calling configure_file().
|
# The variable CVF_VERSION must be set before calling configure_file().
|
||||||
|
|
||||||
set(PACKAGE_VERSION "2.6.1")
|
set(PACKAGE_VERSION "2.6.2")
|
||||||
|
|
||||||
if (PACKAGE_FIND_VERSION_RANGE)
|
if (PACKAGE_FIND_VERSION_RANGE)
|
||||||
# Package version must be in the requested 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.
2
deps/sdl2_mixer/lib/pkgconfig/SDL2_mixer.pc
vendored
2
deps/sdl2_mixer/lib/pkgconfig/SDL2_mixer.pc
vendored
|
@ -5,7 +5,7 @@ includedir=${prefix}/include
|
||||||
|
|
||||||
Name: SDL2_mixer
|
Name: SDL2_mixer
|
||||||
Description: mixer library for Simple DirectMedia Layer
|
Description: mixer library for Simple DirectMedia Layer
|
||||||
Version: 2.6.0
|
Version: 2.6.2
|
||||||
Requires: sdl2 >= 2.0.9
|
Requires: sdl2 >= 2.0.9
|
||||||
Requires.private: flac fluidsynth libmodplug libmpg123 libxmp opusfile vorbisfile
|
Requires.private: flac fluidsynth libmodplug libmpg123 libxmp opusfile vorbisfile
|
||||||
Libs: -L${libdir} -lSDL2_mixer
|
Libs: -L${libdir} -lSDL2_mixer
|
||||||
|
|
Loading…
Reference in a new issue