package/libass: add asm support for Intel archs
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7dcd2296b6
commit
c9dff0139e
@ -18,6 +18,12 @@ LIBASS_DEPENDENCIES = \
|
||||
libfribidi \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
|
||||
# configure: WARNING: Install yasm for a significantly faster libass build.
|
||||
# only for Intel archs
|
||||
ifeq ($(BR2_i386)$(BR2_x86_64),y)
|
||||
LIBASS_DEPENDENCIES += host-yasm
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
|
||||
LIBASS_DEPENDENCIES += fontconfig
|
||||
LIBASS_CONF_OPTS += --enable-fontconfig
|
||||
|
Loading…
Reference in New Issue
Block a user