Re: [Mesa-dev] [PATCH v2] travis: update libva required version

2018-04-25 Thread Andres Gomez
This is:

Reviewed-by: Andres Gomez 


On Fri, 2018-04-20 at 16:42 +0200, Juan A. Suarez Romero wrote:
> 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 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
-- 
Br,

Andres
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH v2] travis: update libva required version

2018-04-24 Thread Juan A. Suarez Romero
On Fri, 2018-04-20 at 16:42 +0200, Juan A. Suarez Romero wrote:
> 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")

Besides requesting R-B, CCing to @stable, as this fixes 18.1 build in Travis CI.


J.A.

> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH v2] travis: update libva required version

2018-04-20 Thread Juan A. Suarez Romero
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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.14.3

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev