summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-16 00:38:23 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-16 01:40:36 +0100
commitd676cd5115d8c79a547742364f2037435c14a54a (patch)
tree9844d2c98826007c10c174f6f7a2f408b0e425ea
parenta1bf6bf92bb479797271a5b88fecd3e908471b42 (diff)
Bump libdcp for const fix.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index ae748ac07..44051acc0 100644
--- a/cscript
+++ b/cscript
@@ -373,8 +373,8 @@ def dependencies(target, options):
(target.platform == 'osx' and target.bits == 64) or
(target.platform == 'windows')) else {}
- deps.append(('libdcp', 'c81a5f9', cpp_lib_options))
- deps.append(('libsub', 'ca2b17d', cpp_lib_options))
+ deps.append(('libdcp', 'd989a83', cpp_lib_options))
+ deps.append(('libsub', 'f17a4fd', cpp_lib_options))
deps.append(('leqm-nrt', 'carl'))
deps.append(('rtaudio', 'carl'))
# We get our OpenSSL libraries from the environment, but we