[Buildroot] [PATCH 1/4] package/kodi: remove libamcodec support

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Apr 1 08:45:28 UTC 2018


Hello,

On Sun, 1 Apr 2018 10:27:22 +0200, daggs wrote:

> > so you think it is possible to use libamcodec support in Kodi with OpenGL 
> > ES provided by, let's say, mesa3d with the DRI swrast driver? And even if 
> > there is no direct dependency between the libamcodoc and odroid-mali 
> > packages what about extending the
> > 
> > 	ifeq ($(BR2_PACKAGE_LIBAMCODEC),y)
> > 
> > check in kodi.mk to
> > 
> > 	ifeq ($(BR2_PACKAGE_LIBAMCODEC)$(BR2_PACKAGE_ODROID_MALI),yy)
> > 
> > to fix the build error?
> > 
> > Regards, Bernd
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> >   
> 
> as said by Thomas in another mail, there shouldn't be any dependency, what is the exact issue? compilation failure? what kodi version are you using?
> the answers for the two questions above will give me a lead on where to start looking.

Well, even though there is no dependency between libamcodec and
odroid-mali, it is possible that Kodi needs both to enable the AML
platform support.

But indeed, it would be easier if Bernd could provide a .config file
that allows to reproduce the build failure.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list