mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/mediastreamer: portaudio needs speexdsp
Commit8f5562ed7cwrongly 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> (cherry picked from commit242811a547) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
69aafaf227
commit
dc0d1d63a0
@@ -80,7 +80,8 @@ else
|
|||||||
MEDIASTREAMER_CONF_OPTS += -DENABLE_OPUS=OFF
|
MEDIASTREAMER_CONF_OPTS += -DENABLE_OPUS=OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
|
# portaudio backend needs speexdsp as well
|
||||||
|
ifeq ($(BR2_PACKAGE_PORTAUDIO)$(BR2_PACKAGE_SPEEXDSP),yy)
|
||||||
MEDIASTREAMER_CONF_OPTS += \
|
MEDIASTREAMER_CONF_OPTS += \
|
||||||
-DENABLE_PORTAUDIO=ON \
|
-DENABLE_PORTAUDIO=ON \
|
||||||
-DENABLE_SOUND=ON
|
-DENABLE_SOUND=ON
|
||||||
|
|||||||
Reference in New Issue
Block a user