Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
--disable-g711-codec \
--disable-l16-codec \
--disable-g722-codec \
- --disable-sdl \
--disable-ffmpeg \
--disable-ipp \
--disable-silk \
LIBPJSIP_CONF_OPTS += --disable-opus
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)
LIBPJSIP_CONF_OPTS += \
--enable-speex-aec \