From 0c998a7f85f1801287d009a170d5d85b8984a7f6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 Jun 2020 11:20:00 +0200 Subject: [PATCH] Bump libdcp for fix to missing .xsd files in the install. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index 566ffa0c5..baf2e5700 100644 --- a/cscript +++ b/cscript @@ -375,8 +375,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', '1055451', cpp_lib_options)) - deps.append(('libsub', 'b03caf6', cpp_lib_options)) + deps.append(('libdcp', 'c6c18f4', cpp_lib_options)) + deps.append(('libsub', '67fff3c', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we -- 2.30.2