mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/libpjsip: add portaudio optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8ebb77ac1d
commit
7eb130cce3
@ -127,6 +127,13 @@ else
|
|||||||
LIBPJSIP_CONF_OPTS += --disable-opus
|
LIBPJSIP_CONF_OPTS += --disable-opus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
|
||||||
|
LIBPJSIP_DEPENDENCIES += portaudio
|
||||||
|
LIBPJSIP_CONF_OPTS += --with-external-pa
|
||||||
|
else
|
||||||
|
LIBPJSIP_CONF_OPTS += --without-external-pa
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SDL2),y)
|
ifeq ($(BR2_PACKAGE_SDL2),y)
|
||||||
LIBPJSIP_DEPENDENCIES += sdl2
|
LIBPJSIP_DEPENDENCIES += sdl2
|
||||||
LIBPJSIP_CONF_OPTS += --with-sdl=$(STAGING_DIR)/usr
|
LIBPJSIP_CONF_OPTS += --with-sdl=$(STAGING_DIR)/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user