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 2532a86ae4..1e70633e38 100644
--- a/wscript
+++ b/wscript
@@ -650,6 +650,11 @@ video_output_features = [
'deps': 'vaapi && gl-wayland',
'func': check_pkg_config('libva-wayland', '>= 1.1.0'),
}, {
+ 'name': 'vaapi-wayland-memfd',
+ 'desc': 'VAAPI (Wayland support)',
+ 'deps': 'vaapi-wayland && memfd_create',
+ 'func': check_true,
+ }, {
'name': '--vaapi-drm',
'desc': 'VAAPI (DRM/EGL support)',
'deps': 'vaapi && egl-drm',