mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/libpjsip: add libyuv 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
2da33e9639
commit
c5c292a765
@ -36,7 +36,6 @@ LIBPJSIP_CONF_OPTS = \
|
|||||||
--disable-sdl \
|
--disable-sdl \
|
||||||
--disable-ffmpeg \
|
--disable-ffmpeg \
|
||||||
--disable-openh264 \
|
--disable-openh264 \
|
||||||
--disable-libyuv \
|
|
||||||
--disable-ipp \
|
--disable-ipp \
|
||||||
--disable-silk \
|
--disable-silk \
|
||||||
--with-external-srtp
|
--with-external-srtp
|
||||||
@ -94,6 +93,15 @@ else
|
|||||||
LIBPJSIP_CONF_OPTS += --disable-v4l2
|
LIBPJSIP_CONF_OPTS += --disable-v4l2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBYUV),y)
|
||||||
|
LIBPJSIP_DEPENDENCIES += libyuv
|
||||||
|
LIBPJSIP_CONF_OPTS += \
|
||||||
|
--enable-libyuv \
|
||||||
|
--with-external-yuv
|
||||||
|
else
|
||||||
|
LIBPJSIP_CONF_OPTS += --disable-libyuv
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENCORE_AMR),y)
|
ifeq ($(BR2_PACKAGE_OPENCORE_AMR),y)
|
||||||
LIBPJSIP_DEPENDENCIES += opencore-amr
|
LIBPJSIP_DEPENDENCIES += opencore-amr
|
||||||
LIBPJSIP_CONF_OPTS += --with-opencore-amr=$(STAGING_DIR)/usr
|
LIBPJSIP_CONF_OPTS += --with-opencore-amr=$(STAGING_DIR)/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user