From 4b23e0aa4bf557756a0ad5098239a4fca7e32bab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 3 Jun 2021 21:12:06 +0200 Subject: [PATCH] Bump libsub to fix #2036. Also fixes problems with invisible subtitles from binary STL files with weird line numbers. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index b3ab73390..0045d80ef 100644 --- a/cscript +++ b/cscript @@ -389,7 +389,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', '42feb7f')) - deps.append(('libsub', '831fb35')) + deps.append(('libsub', 'f3d7335')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we -- 2.30.2