[Buildroot] [PATCH 1/1] package/libpjsip: add openh264 support

Yann E. MORIN yann.morin.1998 at free.fr
Sun Feb 2 14:02:00 UTC 2020


Fabrice, All,

On 2020-02-02 14:53 +0100, Fabrice Fontaine spake thusly:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libpjsip/libpjsip.mk | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
> index 86cd31fc81..655ab4498c 100644
> --- a/package/libpjsip/libpjsip.mk
> +++ b/package/libpjsip/libpjsip.mk
> @@ -35,7 +35,6 @@ LIBPJSIP_CONF_OPTS = \
>  	--disable-g722-codec \
>  	--disable-sdl \
>  	--disable-ffmpeg \
> -	--disable-openh264 \
>  	--disable-ipp \
>  	--disable-silk \
>  	--with-external-srtp
> @@ -69,6 +68,13 @@ LIBPJSIP_CONF_OPTS += \
>  	--disable-gsm-codec
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LIBOPENH264),y)
> +LIBPJSIP_DEPENDENCIES += libopenh264
> +LIBPJSIP_CONF_OPTS += --with-openh264=$(STAGING_DIR)/usr
> +else
> +LIBPJSIP_CONF_OPTS += --disable-openh264
> +endif
> +
>  ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
>  LIBPJSIP_DEPENDENCIES += libopenssl
>  LIBPJSIP_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
> -- 
> 2.24.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list