diff options
author | Juan A. Suarez Romero <[email protected]> | 2018-04-20 14:34:14 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-04-25 16:09:20 +0200 |
commit | 413c5ca3727898fdb4fa1d2849d0c2defdd77b48 (patch) | |
tree | 5231ebe92d706b93566356cf5c9a6d8a1771d475 /.travis.yml | |
parent | 7f467d4f73828ba782a2db38c74d33b85646dc85 (diff) |
travis: update libva required version
Commit fa328456e8f29 added VP9 config support, but this needs a newer
libva version, 1.7.0 or above.
Fixes: fa328456e8f ("st/va: add VP9 config to enable profile2")
CC: 18.1 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 45c5b80cbac..e0d6a827a6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ env: - LIBXCB_VERSION=libxcb-1.13 - LIBXSHMFENCE_VERSION=libxshmfence-1.2 - LIBVDPAU_VERSION=libvdpau-1.1 - - LIBVA_VERSION=libva-1.6.2 + - LIBVA_VERSION=libva-1.7.0 - LIBWAYLAND_VERSION=wayland-1.11.1 - WAYLAND_PROTOCOLS_VERSION=wayland-protocols-1.8 - PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig:$HOME/prefix/share/pkgconfig |