mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
nvenc: write the VUI signal properties for HEVC
Bump the API version requirement to 6. Based on a patch by Agatha Hu <ahu@nvidia.com>.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@ -4667,8 +4667,8 @@ fi
|
||||
if enabled nvenc; then
|
||||
enabled cuda || check_header cuda.h || die "ERROR: cuda.h not found."
|
||||
check_header nvEncodeAPI.h || die "ERROR: nvEncodeAPI.h not found."
|
||||
check_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 5" ||
|
||||
die "ERROR: NVENC API version 4 or older is not supported"
|
||||
check_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 6" ||
|
||||
die "ERROR: NVENC API version 5 or older is not supported"
|
||||
fi
|
||||
|
||||
if check_pkg_config sdl SDL_events.h SDL_PollEvent; then
|
||||
|
Reference in New Issue
Block a user