diff options
Diffstat (limited to 'contrib/libass/module.defs')
-rw-r--r-- | contrib/libass/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libass/module.defs b/contrib/libass/module.defs index 6fd067777..fd588d5e8 100644 --- a/contrib/libass/module.defs +++ b/contrib/libass/module.defs @@ -7,7 +7,7 @@ LIBASS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libass-0.10.0- # Disable as many external dependencies as I can get away with # and tell configure where to find our version of freetype LIBASS.CONFIGURE.extra = \ - --disable-png --disable-enca \ + --disable-png --disable-enca --disable-harfbuzz \ FREETYPE_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfreetype" \ FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2" \ FONTCONFIG_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfontconfig" \ |