Commit e9345f85 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files
parent e73f03d5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,9 +12,10 @@ else
MEDIASTREAMER_CONF_OPT += --disable-alsa
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_DEPENDENCIES += portaudio
MEDIASTREAMER_DEPENDENCIES += portaudio speex
else
MEDIASTREAMER_CONF_OPT += --disable-portaudio
endif