diff options
author | jstebbins <[email protected]> | 2011-10-21 18:24:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-21 18:24:43 +0000 |
commit | f28797d0dd857f11667a674c2e0636520faa84c5 (patch) | |
tree | adf54e35b4c20da4484e30c9419129c9ac6349ec /libhb/module.defs | |
parent | 68fe94b29687fe7bed8c1e999f40023eac8d44d8 (diff) |
ASS bump to 0.10.0
libass has a new dependency on fribidi. So also add fribidi to
contribs. I repackaged the libass distribution because the configure
script shipped with it is damaged beyond repair for darwin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4304 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index add884387..3fefae82d 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -102,6 +102,12 @@ else LIBHB.GCC.l += iconv endif +ifeq (1,$(FRIBIDI.enabled)) + LIBHB.dll.libs += $(CONTRIB.build/)lib/libfribidi.a +else + LIBHB.GCC.l += fribidi +endif + ifneq ($(HAS.pthread),1) LIBHB.dll.libs += $(CONTRIB.build/)lib/libpthreadGC2.a else |