[Buildroot] [PATCH 1/2] package/xbmc: add option to enable libva

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Sep 23 20:21:47 UTC 2014


Dear Bernd Kuhls,

On Sun,  7 Sep 2014 13:54:35 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
> ---
>  package/xbmc/Config.in |    7 +++++++
>  package/xbmc/xbmc.mk   |    2 +-
>  2 files changed, 8 insertions(+), 1 deletion(-)

Applied, but I had to make one change, see below.

> 
> diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in
> index ed0d4ed..3eda3b2 100644
> --- a/package/xbmc/Config.in
> +++ b/package/xbmc/Config.in
> @@ -210,6 +210,13 @@ config BR2_PACKAGE_XBMC_LIBUSB
>  	help
>  	  Enable libusb support.
>  
> +config BR2_PACKAGE_XBMC_LIBVA
> +	bool "va"
> +	select BR2_PACKAGE_LIBVA
> +	depends on !BR2_PREFER_STATIC_LIB

This option has a new toolchain dependency, but you forgot the
corresponding comment. I added it.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list