package/libpjsip: add openh264 support

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2020-02-02 14:53:52 +01:00 committed by Yann E. MORIN
parent 924e923639
commit 5ed187bf15

View File

@ -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