summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2020-11-09 19:27:42 -0500
committerDamiano Galassi <[email protected]>2020-11-17 19:49:55 +0100
commita2716d5db5f0024447e0375280778b3ace855337 (patch)
tree5c86d0621ffb8abb02ad1efeb27cdd576d5c1661
parent549749cd444fe432b306c44feddc0f0cba7a2a74 (diff)
contrib: Update libass module.
-rw-r--r--contrib/libass/module.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libass/module.defs b/contrib/libass/module.defs
index 597cab550..5e125c757 100644
--- a/contrib/libass/module.defs
+++ b/contrib/libass/module.defs
@@ -11,13 +11,13 @@ LIBASS.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/
LIBASS.FETCH.url += https://github.com/libass/libass/releases/download/0.15.0/libass-0.15.0.tar.gz
LIBASS.FETCH.sha256 = 9cbddee5e8c87e43a5fe627a19cd2aa4c36552156eb4edcf6c5a30bd4934fe58
-# Tell configure where to find our version of freetype
+# Tell configure where to find our versions of these libs
LIBASS.CONFIGURE.extra = \
- --enable-asm --enable-harfbuzz \
+ --enable-asm \
HARFBUZZ_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lharfbuzz" \
HARFBUZZ_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/harfbuzz" \
FREETYPE_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfreetype" \
- FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2" \
+ FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2"
ifeq (,$(filter $(HOST.system),darwin cygwin mingw))
# Tell configure where to find our version of fontconfig