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 /test/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 'test/module.defs')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index 1154b9bb6..d0398fab9 100644 --- a/test/module.defs +++ b/test/module.defs @@ -17,7 +17,7 @@ TEST.GCC.l = \ ass avresample avformat avcodec avfilter avutil mp3lame dvdnav \ dvdread fontconfig fribidi ogg \ samplerate swscale vpx theoraenc theoradec vorbis vorbisenc x264 \ - bluray freetype xml2 bz2 z jansson + bluray freetype xml2 bz2 z jansson harfbuzz ifeq (1,$(FEATURE.qsv)) TEST.GCC.D += USE_QSV HAVE_THREADS=1 |