mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
package/ffmpeg: add optional dependency to libfribidi
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
201bf5346d
commit
3181a1b572
@@ -407,6 +407,13 @@ else
|
||||
FFMPEG_CONF_OPTS += --disable-libharfbuzz
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBFRIBIDI),y)
|
||||
FFMPEG_CONF_OPTS += --enable-libfribidi
|
||||
FFMPEG_DEPENDENCIES += libfribidi
|
||||
else
|
||||
FFMPEG_CONF_OPTS += --disable-libfribidi
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENJPEG),y)
|
||||
FFMPEG_CONF_OPTS += --enable-libopenjpeg
|
||||
FFMPEG_DEPENDENCIES += openjpeg
|
||||
|
||||
Reference in New Issue
Block a user