package/libpjsip: add libsamplerate support

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2020-01-22 20:29:44 +01:00 committed by Peter Korsgaard
parent 952f98dff3
commit cdf39726c2

View file

@ -36,7 +36,6 @@ LIBPJSIP_CONF_OPTS = \
--disable-g711-codec \
--disable-l16-codec \
--disable-g722-codec \
--disable-libsamplerate \
--disable-sdl \
--disable-ffmpeg \
--disable-v4l2 \
@ -71,6 +70,13 @@ else
LIBPJSIP_CONF_OPTS += --disable-ssl
endif
ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
LIBPJSIP_DEPENDENCIES += libsamplerate
LIBPJSIP_CONF_OPTS += --enable-libsamplerate
else
LIBPJSIP_CONF_OPTS += --disable-libsamplerate
endif
ifeq ($(BR2_PACKAGE_OPUS),y)
LIBPJSIP_DEPENDENCIES += opus
LIBPJSIP_CONF_OPTS += --with-opus=$(STAGING_DIR)/usr