mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
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
|
||||
|
||||
Reference in New Issue
Block a user