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

Bernd Kuhls bernd.kuhls at t-online.de
Sun Apr 1 08:16:46 UTC 2018


Am Sun, 01 Apr 2018 10:02:57 +0200 schrieb daggs:

> Greetings Bernd,
> 
>> Sent: Sunday, April 01, 2018 at 10:55 AM From: "Bernd Kuhls"
>> <bernd.kuhls at t-online.de> To:
>> buildroot at uclibc.org Subject: Re:
>> [Buildroot] [PATCH 1/4] package/kodi: remove libamcodec support
>>
>> Am Sun, 01 Apr 2018 09:43:00 +0200 schrieb daggs:
>> 
>> > odroidc2 boards use amlogic libs, infact I'm the maintainer of the
>> > libamlogic pkg and I've added the support to kodi.
>> 
>> Hi daggs,
>> 
>> should the buildroot package libamcodec depend on odroid-mali?
>> 
> from what I understand, no.

Hi daggs,

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



More information about the buildroot mailing list