mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/mediastreamer: portaudio needs speexdsp
Commit 8f5562ed7c227f29dbfa6897f54dccda0dfbf656 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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user