mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
deps: update sdl2_image to 2.8.2
This commit is contained in:
parent
2f99a66812
commit
c0e4da13b4
4 changed files with 4 additions and 4 deletions
4
deps/sdl2_image/include/SDL2/SDL_image.h
vendored
4
deps/sdl2_image/include/SDL2/SDL_image.h
vendored
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
SDL_image: An example image loading library for use with SDL
|
||||
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
@ -43,7 +43,7 @@ extern "C" {
|
|||
*/
|
||||
#define SDL_IMAGE_MAJOR_VERSION 2
|
||||
#define SDL_IMAGE_MINOR_VERSION 8
|
||||
#define SDL_IMAGE_PATCHLEVEL 1
|
||||
#define SDL_IMAGE_PATCHLEVEL 2
|
||||
|
||||
/**
|
||||
* 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.8.1")
|
||||
set(PACKAGE_VERSION "2.8.2")
|
||||
|
||||
if (PACKAGE_FIND_VERSION_RANGE)
|
||||
# Package version must be in the requested version range
|
||||
|
|
BIN
deps/sdl2_image/lib/libSDL2_image.a
vendored
BIN
deps/sdl2_image/lib/libSDL2_image.a
vendored
Binary file not shown.
2
deps/sdl2_image/lib/pkgconfig/SDL2_image.pc
vendored
2
deps/sdl2_image/lib/pkgconfig/SDL2_image.pc
vendored
|
@ -5,7 +5,7 @@ includedir=${prefix}/include
|
|||
|
||||
Name: SDL2_image
|
||||
Description: image loading library for Simple DirectMedia Layer
|
||||
Version: 2.8.1
|
||||
Version: 2.8.2
|
||||
Requires: sdl2 >= 2.0.9
|
||||
Libs: -L${libdir} -lSDL2_image
|
||||
Requires.private: libwebpdemux
|
||||
|
|
Loading…
Reference in a new issue