ffmpeg: enable libopus 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
8a966c83fa
commit
ad58c88c10
@ -215,6 +215,13 @@ else
|
||||
FFMPEG_CONF_OPT += --disable-vaapi
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPUS),y)
|
||||
FFMPEG_CONF_OPT += --enable-libopus
|
||||
FFMPEG_DEPENDENCIES += opus
|
||||
else
|
||||
FFMPEG_CONF_OPT += --disable-libopus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBVPX),y)
|
||||
FFMPEG_CONF_OPT += --enable-libvpx
|
||||
FFMPEG_DEPENDENCIES += libvpx
|
||||
|
Loading…
Reference in New Issue
Block a user