mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 19:52:14 +00:00
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:
parent
3a6738ed8c
commit
effc68063b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user