Commit ad58c88c authored by David du Colombier's avatar David du Colombier Committed by Thomas Petazzoni
Browse files

ffmpeg: enable libopus support

parent 8a966c83
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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