summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 687e2bfff3..5e4ff59442 100644
--- a/wscript
+++ b/wscript
@@ -744,7 +744,7 @@ hwaccel_features = [
} , {
'name': 'videotoolbox-vda-gl',
'desc': 'Videotoolbox or VDA with OpenGL',
- 'deps': [ 'videotoolbox-gl', 'vda-gl' ],
+ 'deps_any': [ 'videotoolbox-gl', 'vda-gl' ],
'func': check_true
}, {
'name': '--vdpau-hwaccel',