From 91ce87bd89940b8b83d1bd044288008182cf3a2e Mon Sep 17 00:00:00 2001 From: Oneric Date: Fri, 28 Aug 2020 13:59:04 +0000 Subject: sd_ass: replace deprecated ASS_OVERRIDE_BIT_FONT_SIZE This requires a slightly more recent libass than before --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1c45e20a27..a54a1191dd 100644 --- a/wscript +++ b/wscript @@ -312,7 +312,7 @@ iconv support use --disable-iconv.", }, { 'name': 'libass', 'desc': 'SSA/ASS support', - 'func': check_pkg_config('libass', '>= 0.12.1'), + 'func': check_pkg_config('libass', '>= 0.12.2'), 'req': True, 'fmsg': "Unable to find development files for libass, or the version " + "found is too old. Aborting." -- cgit v1.2.3