mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00: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:
parent
8a966c83fa
commit
ad58c88c10
@ -215,6 +215,13 @@ else
|
|||||||
FFMPEG_CONF_OPT += --disable-vaapi
|
FFMPEG_CONF_OPT += --disable-vaapi
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LIBVPX),y)
|
||||||
FFMPEG_CONF_OPT += --enable-libvpx
|
FFMPEG_CONF_OPT += --enable-libvpx
|
||||||
FFMPEG_DEPENDENCIES += libvpx
|
FFMPEG_DEPENDENCIES += libvpx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user