hwdec_cuda: bump required headers version for timeline semaphores

We're moving to using timeline semaphores for synchronisation between
cuda and vulkan. It's only required with libplacebo-next right now,
but eventually our baseline libplacebo requirement will increase, so we
will need new enough nvidia headers that include the necessary
declarations.
This commit is contained in:
Philip Langdale 2023-06-04 10:28:59 -07:00
parent 3a6738ed8c
commit effc68063b
2 changed files with 2 additions and 2 deletions

View File

@ -1272,7 +1272,7 @@ endif
# hwaccel
ffnvcodec = dependency('ffnvcodec', version: '>= 8.2.15.7', required: false)
ffnvcodec = dependency('ffnvcodec', version: '>= 11.1.5.1', required: false)
features += {'ffnvcodec': ffnvcodec.found()}
if features['ffnvcodec']
dependencies += ffnvcodec

View File

@ -892,7 +892,7 @@ hwaccel_features = [
}, {
'name': 'ffnvcodec',
'desc': 'CUDA Headers and dynamic loader',
'func': check_pkg_config('ffnvcodec >= 8.2.15.7'),
'func': check_pkg_config('ffnvcodec >= 11.1.5.1'),
}, {
'name': '--cuda-hwaccel',
'desc': 'CUDA acceleration',