[Buildroot] [PATCH 1/2] mpv: disable mali-fbdev support

daggs daggs at gmx.com
Mon Feb 26 19:14:03 UTC 2018


Greetings Mahyar ,

>
> A compile error occurs when attempting to compile mpv with mali support
> (eg. when odroid-mali package is selected).
> 
> Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei at gmail.com>
> ---
>  package/mpv/mpv.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/mpv/mpv.mk b/package/mpv/mpv.mk
> index 8d10aa7c47..d577674bd9 100644
> --- a/package/mpv/mpv.mk
> +++ b/package/mpv/mpv.mk
> @@ -31,7 +31,8 @@ MPV_CONF_OPTS = \
>  	--disable-uchardet \
>  	--disable-vapoursynth \
>  	--disable-vapoursynth-lazy \
> -	--disable-vdpau
> +	--disable-vdpau \
> +	--disable-mali-fbdev
>  
>  # ALSA support requires pcm+mixer
>  ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
> -- 
> 2.16.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

I wonder, did it ever compiled when odroid mali is selected?

Dagg.



More information about the buildroot mailing list