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 22cc4693d1..2cc1965d92 100644
--- a/wscript
+++ b/wscript
@@ -658,6 +658,11 @@ video_output_features = [
'deps': [ 'vaapi', 'gl-x11' ],
'func': check_true,
}, {
+ 'name': '--vaapi-x-egl',
+ 'desc': 'VAAPI EGL on X11',
+ 'deps': [ 'vaapi', 'egl-x11' ],
+ 'func': check_true,
+ }, {
'name': '--caca',
'desc': 'CACA',
'func': check_pkg_config('caca', '>= 0.99.beta18'),