From: Carl Hetherington Date: Thu, 3 Jun 2021 19:12:06 +0000 (+0200) Subject: Bump libsub to fix #2036. X-Git-Tag: v2.15.154~5 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4b23e0aa4bf557756a0ad5098239a4fca7e32bab Bump libsub to fix #2036. Also fixes problems with invisible subtitles from binary STL files with weird line numbers. --- 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