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
|
||||
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)
|
||||
FFMPEG_CONF_OPT += --enable-yasm
|
||||
FFMPEG_DEPENDENCIES += host-yasm
|
||||
|
Loading…
Reference in New Issue
Block a user