|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBASS_VERSION = 0.12.3
|
|
|
+LIBASS_VERSION = 0.13.0
|
|
|
LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz
|
|
|
# Do not use the github helper here, the generated tarball is *NOT*
|
|
|
# the same as the one uploaded by upstream for the release.
|
|
@@ -38,11 +38,4 @@ else
|
|
|
LIBASS_CONF_OPTS += --disable-harfbuzz
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBENCA),y)
|
|
|
-LIBASS_DEPENDENCIES += libenca
|
|
|
-LIBASS_CONF_OPTS += --enable-enca
|
|
|
-else
|
|
|
-LIBASS_CONF_OPTS += --disable-enca
|
|
|
-endif
|
|
|
-
|
|
|
$(eval $(autotools-package))
|