|
@@ -46,7 +46,7 @@ MEDIASTREAMER_CONF_OPTS += --disable-opus
|
|
endif
|
|
endif
|
|
|
|
|
|
# portaudio backend needs speex as well
|
|
# portaudio backend needs speex as well
|
|
-ifeq ($(BR2_PACKAGE_PORTAUDIO)$(BR2_PACKAGE_SPEEX),yy)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_PORTAUDIO)$(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yyy)
|
|
MEDIASTREAMER_CONF_OPTS += --enable-portaudio
|
|
MEDIASTREAMER_CONF_OPTS += --enable-portaudio
|
|
MEDIASTREAMER_DEPENDENCIES += portaudio speex
|
|
MEDIASTREAMER_DEPENDENCIES += portaudio speex
|
|
else
|
|
else
|