summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/wscript b/wscript
index 7de1c5855d..d9dd156968 100644
--- a/wscript
+++ b/wscript
@@ -647,22 +647,22 @@ video_output_features = [
'desc': 'VAAPI acceleration',
'deps': [ 'libdl' ],
'deps_any': [ 'x11', 'wayland' ],
- 'func': check_pkg_config('libva', '>= 0.34.0'),
+ 'func': check_pkg_config('libva', '>= 0.36.0'),
}, {
'name': '--vaapi-x11',
'desc': 'VAAPI (X11 support)',
'deps': [ 'vaapi', 'x11' ],
- 'func': check_pkg_config('libva-x11', '>= 0.34.0'),
+ 'func': check_pkg_config('libva-x11', '>= 0.36.0'),
}, {
'name': '--vaapi-wayland',
'desc': 'VAAPI (Wayland support)',
'deps': [ 'vaapi', 'wayland' ],
- 'func': check_pkg_config('libva-wayland', '>= 0.34.0'),
+ 'func': check_pkg_config('libva-wayland', '>= 0.36.0'),
}, {
'name': '--vaapi-vpp',
'desc': 'VAAPI VPP',
'deps': [ 'vaapi' ],
- 'func': check_pkg_config('libva', '>= 0.34.0'),
+ 'func': check_pkg_config('libva', '>= 0.36.0'),
}, {
'name': '--vaapi-glx',
'desc': 'VAAPI GLX',