mirror of https://github.com/mpv-player/mpv
parent
dccda5189d
commit
166fa30f4b
2
wscript
2
wscript
|
@ -694,7 +694,7 @@ video_output_features = [
|
||||||
'name': '--vaapi',
|
'name': '--vaapi',
|
||||||
'desc': 'VAAPI acceleration',
|
'desc': 'VAAPI acceleration',
|
||||||
'deps': [ 'libdl' ],
|
'deps': [ 'libdl' ],
|
||||||
'deps_any': [ 'x11', 'wayland' ],
|
'deps_any': [ 'x11', 'wayland', 'egl-drm' ],
|
||||||
'func': check_pkg_config('libva', '>= 0.36.0'),
|
'func': check_pkg_config('libva', '>= 0.36.0'),
|
||||||
}, {
|
}, {
|
||||||
'name': '--vaapi-x11',
|
'name': '--vaapi-x11',
|
||||||
|
|
Loading…
Reference in New Issue