summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/wscript b/wscript
index a6f2337240..c74878107f 100644
--- a/wscript
+++ b/wscript
@@ -635,6 +635,11 @@ hwaccel_features = [
"""struct vda_context a = (struct vda_context) {
.use_ref_buffer = 1 }""", use='libav')
}, {
+ 'name': '--vda-gl',
+ 'desc': 'VDA with OpenGL',
+ 'deps': [ 'gl-cocoa', 'vda-hwaccel' ],
+ 'func': check_true
+ }, {
'name': '--vdpau-decoder',
'desc': 'VDPAU decoder (old)',
'deps': [ 'vdpau' ],