1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 20:14:57 +00:00

build: enable vaapi under drm-only

Fixes #2808.
This commit is contained in:
wm4 2016-02-11 22:03:24 +01:00
parent dccda5189d
commit 166fa30f4b

View File

@ -694,7 +694,7 @@ video_output_features = [
'name': '--vaapi',
'desc': 'VAAPI acceleration',
'deps': [ 'libdl' ],
'deps_any': [ 'x11', 'wayland' ],
'deps_any': [ 'x11', 'wayland', 'egl-drm' ],
'func': check_pkg_config('libva', '>= 0.36.0'),
}, {
'name': '--vaapi-x11',