summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2023-06-04 10:28:59 -0700
committerPhilip Langdale <philipl@overt.org>2023-06-04 13:25:43 -0700
commiteffc68063bc3b4c856d70b8c6800d5bdb072815c (patch)
tree1bdf1e38b81ff524b8af3889c7e2062541361040 /wscript
parent3a6738ed8c4abb53520d228d419114c0b81a2696 (diff)
downloadmpv-effc68063bc3b4c856d70b8c6800d5bdb072815c.tar.bz2
mpv-effc68063bc3b4c856d70b8c6800d5bdb072815c.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1435443b71..d98bfd1758 100644
--- a/wscript
+++ b/wscript
@@ -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',