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

Mahyar mahyar.koshkouei at gmail.com
Tue Feb 27 13:01:22 UTC 2018


Hi Dagg,

The compile failed when odroid-mali specifically was selected. Other Mali packages may work, but I've chosen to disable Mali support until someone with a Mali device can test and fix its support.

Kind Regards,
Mahyar


On 26 February 2018 19:14:03 GMT+00:00, daggs <daggs at gmx.com> wrote:
>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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180227/c694b24e/attachment.html>


More information about the buildroot mailing list