mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/mediastreamer: resample needs speex and speexdsp
resample needs speex and speexdsp as spotted by Thomas Petazzoni during review of https://patchwork.ozlabs.org/patch/1252391/ Fixes: - http://autobuild.buildroot.org/results/32d06517a5470f71d9b7dc99139f6c3071e7d77d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
242811a547
commit
fda55709d2
@ -113,6 +113,12 @@ else
|
|||||||
MEDIASTREAMER_CONF_OPTS += -DENABLE_SPEEX_DSP=OFF
|
MEDIASTREAMER_CONF_OPTS += -DENABLE_SPEEX_DSP=OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
||||||
|
MEDIASTREAMER_CONF_OPTS += -DENABLE_RESAMPLE=ON
|
||||||
|
else
|
||||||
|
MEDIASTREAMER_CONF_OPTS += -DENABLE_RESAMPLE=OFF
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FFMPEG_SWSCALE),y)
|
ifeq ($(BR2_PACKAGE_FFMPEG_SWSCALE),y)
|
||||||
MEDIASTREAMER_CONF_OPTS += -DENABLE_FFMPEG=ON
|
MEDIASTREAMER_CONF_OPTS += -DENABLE_FFMPEG=ON
|
||||||
MEDIASTREAMER_DEPENDENCIES += ffmpeg
|
MEDIASTREAMER_DEPENDENCIES += ffmpeg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user