From: Carl Hetherington Date: Thu, 3 Dec 2020 09:57:35 +0000 (+0100) Subject: Bump libsub for some unused variable warning fixes. X-Git-Tag: v2.15.112~2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bbcfa9de3751ea777b38ff13db793f84f16f8076;p=dcpomatic.git Bump libsub for some unused variable warning fixes. --- diff --git a/cscript b/cscript index 480b93f1a..632489f9b 100644 --- a/cscript +++ b/cscript @@ -371,7 +371,7 @@ def dependencies(target, options): (target.platform == 'windows')) else {} deps.append(('libdcp', '2b522d0', cpp_lib_options)) - deps.append(('libsub', 'fd87fad', cpp_lib_options)) + deps.append(('libsub', 'dcd8bf5', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we