summaryrefslogtreecommitdiffstats
path: root/contrib/libass
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-10-22 16:35:35 +0000
committerjstebbins <[email protected]>2011-10-22 16:35:35 +0000
commitfffc46565e4eacf9b5e7485430d72ecf037d436e (patch)
tree1576327f201a6f302a4285468aa2efceedc8a458 /contrib/libass
parentf28797d0dd857f11667a674c2e0636520faa84c5 (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.defs2
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"