package/mediastreamer: add another optional dependency to speexdsp
Fixes http://autobuild.buildroot.net/results/b21/b2104c491f0898981c652043161c52ac6c43110f/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
19448f40a0
commit
b08b9490a1
@ -60,7 +60,7 @@ else
|
||||
MEDIASTREAMER_CONF_OPTS += --disable-pulseaudio
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
||||
ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
||||
MEDIASTREAMER_CONF_OPTS += --enable-speex
|
||||
MEDIASTREAMER_DEPENDENCIES += speex
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user