From 0cd70b2d629828d55879031d615d1abf65e1c7b1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Aug 2015 18:14:32 +0200 Subject: build: fix conditions for building gl_hwdec_vda.c This contains code for the VT and VDA case, thus must be build if at least 1 of them is enabled. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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', -- cgit v1.2.3