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:
Peter Korsgaard 2012-06-19 08:57:35 +02:00
parent e73f03d579
commit e9345f8582

View File

@ -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