summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript7
1 files changed, 1 insertions, 6 deletions
diff --git a/wscript b/wscript
index 28ca89d218..a979b33ac5 100644
--- a/wscript
+++ b/wscript
@@ -700,11 +700,6 @@ video_output_features = [
'deps': 'vaapi && egl-drm',
'func': check_pkg_config('libva-drm', '>= 0.36.0'),
}, {
- 'name': '--vaapi-glx',
- 'desc': 'VAAPI GLX',
- 'deps': 'gpl && vaapi-x11 && gl-x11',
- 'func': check_true,
- }, {
'name': '--vaapi-x-egl',
'desc': 'VAAPI EGL on X11',
'deps': 'vaapi-x11 && egl-x11',
@@ -712,7 +707,7 @@ video_output_features = [
}, {
'name': 'vaapi-egl',
'desc': 'VAAPI EGL',
- 'deps': 'vaapi-x-egl || vaapi-wayland',
+ 'deps': 'vaapi-x-egl || vaapi-wayland || vaapi-drm',
'func': check_true,
}, {
'name': '--caca',