diff options
author | jstebbins <[email protected]> | 2011-10-22 16:35:35 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-22 16:35:35 +0000 |
commit | fffc46565e4eacf9b5e7485430d72ecf037d436e (patch) | |
tree | 1576327f201a6f302a4285468aa2efceedc8a458 /contrib/libass | |
parent | f28797d0dd857f11667a674c2e0636520faa84c5 (diff) |
LinGui: add fribidi to build dependencies
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4305 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 c8fd4360c..556d7cc0b 100644 --- a/contrib/libass/module.defs +++ b/contrib/libass/module.defs @@ -13,4 +13,4 @@ LIBASS.CONFIGURE.extra = \ FONTCONFIG_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfontconfig" \ FONTCONFIG_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" \ FRIBIDI_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfribidi" \ - FRIBIDI_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/fribidi" + FRIBIDI_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" |