mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
autotools, meson: bump up required VA version
Due using a new VP9 config we use, required VA API 0.39 Fixes:413c5ca372("travis: update libva required version") CC: 18.1 <mesa-stable@lists.freedesktop.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit4d449c94e4)
This commit is contained in:
parent
7d6ed8d0dd
commit
171753ff5d
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ DRI2PROTO_REQUIRED=2.8
|
|||
GLPROTO_REQUIRED=1.4.14
|
||||
LIBOMXIL_BELLAGIO_REQUIRED=0.0
|
||||
LIBOMXIL_TIZONIA_REQUIRED=0.10.0
|
||||
LIBVA_REQUIRED=0.38.0
|
||||
LIBVA_REQUIRED=0.39.0
|
||||
VDPAU_REQUIRED=1.1
|
||||
WAYLAND_REQUIRED=1.11
|
||||
WAYLAND_PROTOCOLS_REQUIRED=1.8
|
||||
|
|
|
|||
|
|
@ -584,7 +584,7 @@ endif
|
|||
with_gallium_va = _va == 'true'
|
||||
dep_va = null_dep
|
||||
if with_gallium_va
|
||||
dep_va = dependency('libva', version : '>= 0.38.0')
|
||||
dep_va = dependency('libva', version : '>= 0.39.0')
|
||||
dep_va_headers = declare_dependency(
|
||||
compile_args : run_command(prog_pkgconfig, ['libva', '--cflags']).stdout().split()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue