mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
package/libpjsip: add sdl2 support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
10684bbc90
commit
8330cfe5c5
@ -33,7 +33,6 @@ LIBPJSIP_CONF_OPTS = \
|
|||||||
--disable-g711-codec \
|
--disable-g711-codec \
|
||||||
--disable-l16-codec \
|
--disable-l16-codec \
|
||||||
--disable-g722-codec \
|
--disable-g722-codec \
|
||||||
--disable-sdl \
|
|
||||||
--disable-ffmpeg \
|
--disable-ffmpeg \
|
||||||
--disable-ipp \
|
--disable-ipp \
|
||||||
--disable-silk \
|
--disable-silk \
|
||||||
@ -122,6 +121,13 @@ else
|
|||||||
LIBPJSIP_CONF_OPTS += --disable-opus
|
LIBPJSIP_CONF_OPTS += --disable-opus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SDL2),y)
|
||||||
|
LIBPJSIP_DEPENDENCIES += sdl2
|
||||||
|
LIBPJSIP_CONF_OPTS += --with-sdl=$(STAGING_DIR)/usr
|
||||||
|
else
|
||||||
|
LIBPJSIP_CONF_OPTS += --disable-sdl
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
||||||
LIBPJSIP_CONF_OPTS += \
|
LIBPJSIP_CONF_OPTS += \
|
||||||
--enable-speex-aec \
|
--enable-speex-aec \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user