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:
David du Colombier 2014-09-30 15:28:05 +02:00 committed by Thomas Petazzoni
parent 8a966c83fa
commit ad58c88c10

View File

@ -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