On Fri, 2018-04-20 at 10:25 -0700, Dylan Baker wrote: > Quoting Juan A. Suarez Romero (2018-04-20 07:36:41) > > 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") > > --- > > .travis.yml | 2 +- > > configure.ac | 2 +- > > 2 files changed, 2 insertions(+), 2 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 > > 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 > > meson needs this change too. >
Note I've sent a V2 version, as I think there is no need to change the required LIVBA API. After all, we only needs a new version because it introduces VP9 profile, but we are still using the same VA api. J.A. > Dylan > > > VDPAU_REQUIRED=1.1 > > WAYLAND_REQUIRED=1.11 > > WAYLAND_PROTOCOLS_REQUIRED=1.8 > > -- > > 2.17.0 > > > > _______________________________________________ > > mesa-dev mailing list > > mesa-dev@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev