package/ffmpeg: add support for libopenmpt
Configure ffmpeg to use libopenmpt if available. Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
24a41c8fb5
commit
5621fe94af
@@ -362,6 +362,13 @@ else
|
||||
FFMPEG_CONF_OPTS += --disable-libmodplug
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBOPENMPT),y)
|
||||
FFMPEG_CONF_OPTS += --enable-libopenmpt
|
||||
FFMPEG_DEPENDENCIES += libopenmpt
|
||||
else
|
||||
FFMPEG_CONF_OPTS += --disable-libopenmpt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
||||
FFMPEG_CONF_OPTS += --enable-libspeex
|
||||
FFMPEG_DEPENDENCIES += speex
|
||||
|
||||
Reference in New Issue
Block a user