mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Yann E. MORIN
parent
924e923639
commit
5ed187bf15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user