diff options
author | Juan A. Suarez Romero <[email protected]> | 2018-04-27 10:38:09 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-04-30 13:59:37 +0200 |
commit | 4d449c94e450c33d7b2b09c1c263322042503893 (patch) | |
tree | 6b58ceb2ee147130d57309e75c935edfceda9502 /configure.ac | |
parent | 96ed3714fc74cad0bcad31d413674c1f2d720a42 (diff) |
autotools, meson: bump up required VA version
Due using a new VP9 config we use, required VA API 0.39
Fixes: 413c5ca3727 ("travis: update libva required version")
CC: 18.1 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 33c8d0820d6..f1fbdcc6c7c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |