[Buildroot] [PATCH] mplayer: needs zlib

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Oct 14 14:16:26 UTC 2015


Done. I haven't made a v2 because is a totally different patch:

http://patchwork.ozlabs.org/patch/530210/

Regards,

Vincent.

On 10/14/2015 03:09 PM, Gustavo Zacarias wrote:
> On 14/10/15 11:07, Vicente Olivert Riera wrote:
> 
>> and why not disable apng and tdsc unconditionally? As you said, "these
>> formats are unlikely to normally be used via mplayer", so if someone
>> needs support for them, a future patch could do the work.
>>
>> Regards,
>>
>> Vincent.
> 
> Hi Vincent.
> Well, you could just do:
> 
> ifeq ($(BR2_PACKAGE_ZLIB),y)
> MPLAYER_DEPENDENCIES += zlib
> else
> MPLAYER_CONF_OPTS += --disable-decoder=apng --disable-encoder=apng
> --disable-decoder=tdsc
> endif
> 
> Can't you?
> Regards.


More information about the buildroot mailing list