[Buildroot] [PATCH 10/13] librtmp: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 24 03:34:21 UTC 2013


Dear Yann E. MORIN,

On Thu, 21 Feb 2013 21:17:57 +0100, Yann E. MORIN wrote:

> > +LIBRTMP_LICENSE_FILES = COPYING
> > +LIBRTMP_DEPENDENCIES = openssl zlib
> 
> And here, I'd do something like:
> 
>     LIBRTMP_DEPENDENCIES = openssl zlib

This line should be:

 	LIBRTMP_DEPENDENCIES = zlib

>     ifeq ($(BR2_PACKAGE_GNUTLS),y)
>     LIBRTMP_DEPENDENCIES += gnutls
>     else
>     ifeq ($(BR2_PACKAGE_POLARSSL),y)
>     LIBRTMP_DEPENDENCIES += polarssl
>     else
>     LIBRTMP_DEPENDENCIES += openssl
>     endif
>     endif

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list