package/mediastreamer: portaudio needs speexdsp
Commit 8f5562ed7c
wrongly removed speexdsp
dependency from portaudio
Fixes:
- http://autobuild.buildroot.org/results/e6adf151141ae56f5194165fd5b74b52164bfb17
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7738926e85
commit
242811a547
@ -80,7 +80,8 @@ else
|
||||
MEDIASTREAMER_CONF_OPTS += -DENABLE_OPUS=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
|
||||
# portaudio backend needs speexdsp as well
|
||||
ifeq ($(BR2_PACKAGE_PORTAUDIO)$(BR2_PACKAGE_SPEEXDSP),yy)
|
||||
MEDIASTREAMER_CONF_OPTS += \
|
||||
-DENABLE_PORTAUDIO=ON \
|
||||
-DENABLE_SOUND=ON
|
||||
|
Loading…
Reference in New Issue
Block a user