summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript9
1 files changed, 7 insertions, 2 deletions
diff --git a/wscript b/wscript
index a0f6583de5..1da8054f95 100644
--- a/wscript
+++ b/wscript
@@ -887,8 +887,13 @@ hwaccel_features = [
'func': check_pkg_config('ffnvcodec >= 8.2.15.7'),
}, {
'name': '--cuda-hwaccel',
- 'desc': 'CUDA hwaccel',
- 'deps': '(gl || vulkan) && ffnvcodec',
+ 'desc': 'CUDA acceleration',
+ 'deps': 'ffnvcodec',
+ 'func': check_true,
+ }, {
+ 'name': '--cuda-interop',
+ 'desc': 'CUDA with graphics interop',
+ 'deps': '(gl || vulkan) && cuda-hwaccel',
'func': check_true,
}, {
'name': '--rpi-mmal',