diff options
author | sr55 <[email protected]> | 2012-07-16 18:07:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-07-16 18:07:15 +0000 |
commit | 7ab9469c14015a0675929650bd6f98548174852a (patch) | |
tree | a49d06d82d0986c446d6842554bc19f50a891d0c /contrib/libass | |
parent | 05f3bd4d19a3dc244db663cb163e709226e5c8ff (diff) |
disable harfbuzz on libass
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4848 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libass')
-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" \ |