mediastreamer: portaudio backend needs speex
Fixes http://autobuild.buildroot.net/results/27996b33a6e3080f8d96204f5c1c421b17a86d6e Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e73f03d579
commit
e9345f8582
@ -12,9 +12,10 @@ else
|
|||||||
MEDIASTREAMER_CONF_OPT += --disable-alsa
|
MEDIASTREAMER_CONF_OPT += --disable-alsa
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
|
# portaudio backend needs speex as well
|
||||||
|
ifeq ($(BR2_PACKAGE_PORTAUDIO)$(BR2_PACKAGE_SPEEX),yy)
|
||||||
MEDIASTREAMER_CONF_OPT += --enable-portaudio
|
MEDIASTREAMER_CONF_OPT += --enable-portaudio
|
||||||
MEDIASTREAMER_DEPENDENCIES += portaudio
|
MEDIASTREAMER_DEPENDENCIES += portaudio speex
|
||||||
else
|
else
|
||||||
MEDIASTREAMER_CONF_OPT += --disable-portaudio
|
MEDIASTREAMER_CONF_OPT += --disable-portaudio
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user