You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
607 B
23 lines
607 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# libass
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LIBASS_VERSION = 0.14.0
|
||
|
LIBASS_DIR = libass-$(LIBASS_VERSION)
|
||
|
LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz
|
||
|
LIBASS_SITE = https://github.com/libass/libass/releases/download/$(LIBASS_VERSION)
|
||
|
|
||
|
LIBASS_DEPENDENCIES = freetype fribidi
|
||
|
|
||
|
LIBASS_CONF_OPTS = \
|
||
|
--disable-static \
|
||
|
--disable-test \
|
||
|
--disable-fontconfig \
|
||
|
--disable-harfbuzz \
|
||
|
--disable-require-system-font-provider
|
||
|
|
||
|
libass: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|