diff options
author | Bradley Sepos <[email protected]> | 2016-05-01 18:57:42 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:54:05 -0400 |
commit | 85c90d645736c5b60093e91216208e9edd81b750 (patch) | |
tree | 90619436f7e2c422d0bdaa18e45ad83bc5460166 /libhb/module.defs | |
parent | 810bde37ee14a29a087eabe409839fc5c53ada06 (diff) |
contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6.
HarfBuzz is now enabled when building libass.
Resolves #162.
Additional libass notes:
- Add yasm dependency for better performance.
- Remove no longer valid configure params.
- Disable new coretext and directwrite font selection backends pending additional testing (coretext did not build properly).
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index 9695abd60..276cd1c2b 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -1,6 +1,7 @@ __deps__ := A52DEC BZIP2 LIBVPX FFMPEG FONTCONFIG FREETYPE LAME LIBASS LIBDCA \ LIBDVDREAD LIBDVDNAV LIBICONV LIBOGG LIBSAMPLERATE LIBTHEORA LIBVORBIS \ - LIBXML2 PTHREADW32 X264 X265 ZLIB LIBBLURAY FDKAAC LIBMFX LIBGNURX JANSSON + LIBXML2 PTHREADW32 X264 X265 ZLIB LIBBLURAY FDKAAC LIBMFX LIBGNURX JANSSON \ + HARFBUZZ $(eval $(call import.MODULE.defs,LIBHB,libhb,$(__deps__))) $(eval $(call import.GCC,LIBHB)) @@ -119,7 +120,7 @@ LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ ass avcodec avformat avfilter avutil avresample dvdnav dvdread fontconfig \ freetype mp3lame ogg samplerate swscale vpx theora vorbis vorbisenc \ - x264 xml2 bluray jansson, \ + x264 xml2 bluray jansson harfbuzz, \ $(CONTRIB.build/)lib/lib$(n).a ) ifeq (1,$(FEATURE.fdk_aac)) |