mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -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>
(cherry picked from commit 3181a1b572)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
477c35f036
commit
7457eb49fc
@@ -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