mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
ffmpeg: enable libvpx support
Signed-off-by: David du Colombier <0intro@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bd8f2f929c
commit
8a966c83fa
@ -215,6 +215,13 @@ else
|
|||||||
FFMPEG_CONF_OPT += --disable-vaapi
|
FFMPEG_CONF_OPT += --disable-vaapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBVPX),y)
|
||||||
|
FFMPEG_CONF_OPT += --enable-libvpx
|
||||||
|
FFMPEG_DEPENDENCIES += libvpx
|
||||||
|
else
|
||||||
|
FFMPEG_CONF_OPT += --disable-libvpx
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
||||||
FFMPEG_CONF_OPT += --enable-yasm
|
FFMPEG_CONF_OPT += --enable-yasm
|
||||||
FFMPEG_DEPENDENCIES += host-yasm
|
FFMPEG_DEPENDENCIES += host-yasm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user