package/mediastreamer: add optional dependency to speexdsp
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 13 Jun 2018 16:28:26 +0000 (18:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 16 Jun 2018 12:28:22 +0000 (14:28 +0200)
Fixes
http://autobuild.buildroot.net/results/594/594ea96cd7b6726052268a3c0b094e00e7b8f12f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mediastreamer/mediastreamer.mk

index 1276cfae109a70df106bc1553b473f81376876b7..d3b70f4ca91b7dd0c91b614c4d543497ac72d920 100644 (file)
@@ -46,7 +46,7 @@ MEDIASTREAMER_CONF_OPTS += --disable-opus
 endif
 
 # 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_DEPENDENCIES += portaudio speex
 else