diff options
author | jstebbins <[email protected]> | 2012-06-08 21:39:58 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-06-08 21:39:58 +0000 |
commit | 5ccde87148977e42c890e7cc8892ed516a96e80e (patch) | |
tree | 75be6f3f1de332b81a5e7c84b4cbaa0a06494410 /contrib | |
parent | 35e9bd2e17b9c0260b5694ed118a16344c4ae6c9 (diff) |
merge fix for libass build failure on gentoo to bugfix branch
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4727 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libass/module.defs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/libass/module.defs b/contrib/libass/module.defs index 556d7cc0b..6fd067777 100644 --- a/contrib/libass/module.defs +++ b/contrib/libass/module.defs @@ -11,6 +11,10 @@ LIBASS.CONFIGURE.extra = \ 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" \ - FONTCONFIG_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" \ + FONTCONFIG_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" + +ifneq ($(BUILD.system),linux) +LIBASS.CONFIGURE.extra += \ FRIBIDI_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfribidi" \ FRIBIDI_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" +endif |