[Buildroot] [PATCH] mpv: va-api requires egl-drm, wayland and/or x11

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Apr 28 14:51:59 UTC 2016


On 28/04/16 11:42, Thomas Petazzoni wrote:

> Can we make that positive logic ?
>
> ifeq ($(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_XLIB_LIBX11),y)
> enable vaapi
> else
> disable vaapi
> endif
>
> or you have cases where wayland on X is used, so you have both options
> set to 'y' and still want the vaapi support ?
>
> Thomas

Hi.
Unfortunately both at the same time is possible, hence why i shyed away 
of including egl-drm support without clean knobs.
If you look at the libva package it can conditionally enable xorg and/or 
wayland support.
Regards.




More information about the buildroot mailing list