mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-10 22:47:32 +00:00
configure: Handle SDL version check through pkg-config
This commit is contained in:
parent
8847eeaa14
commit
d00a0d8e84
4
configure
vendored
4
configure
vendored
@ -4748,9 +4748,7 @@ if enabled nvenc; then
|
||||
require_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 6"
|
||||
fi
|
||||
|
||||
if check_pkg_config sdl SDL_events.h SDL_PollEvent; then
|
||||
check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
|
||||
check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x010300" $sdl_cflags &&
|
||||
if check_pkg_config "sdl >= 1.2.1 sdl < 1.3.0" SDL_events.h SDL_PollEvent; then
|
||||
enable sdl
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user