mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00: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:
parent
924e923639
commit
5ed187bf15
@ -35,7 +35,6 @@ LIBPJSIP_CONF_OPTS = \
|
|||||||
--disable-g722-codec \
|
--disable-g722-codec \
|
||||||
--disable-sdl \
|
--disable-sdl \
|
||||||
--disable-ffmpeg \
|
--disable-ffmpeg \
|
||||||
--disable-openh264 \
|
|
||||||
--disable-ipp \
|
--disable-ipp \
|
||||||
--disable-silk \
|
--disable-silk \
|
||||||
--with-external-srtp
|
--with-external-srtp
|
||||||
@ -69,6 +68,13 @@ LIBPJSIP_CONF_OPTS += \
|
|||||||
--disable-gsm-codec
|
--disable-gsm-codec
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
||||||
LIBPJSIP_DEPENDENCIES += libopenssl
|
LIBPJSIP_DEPENDENCIES += libopenssl
|
||||||
LIBPJSIP_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
|
LIBPJSIP_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user