summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-03 22:45:15 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-03 22:45:15 +0100
commit51f22d57f50d1f699178748082988078126f02ac (patch)
tree619b8c636aac63768febc7aa3b98db2095e9699f
parent82c9ac237fbc15e839ba6a5baeb7164736174852 (diff)
Bump libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index eb95249b8..00011bb12 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', '399d0a8e3cc0ec4f59938b130da94c4a081c2e79', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', '43f22ec6fcb9b8a1912a7c9bea1b1c87ce25621e', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.58'))
deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388'))
if target.platform != 'linux' or target.distro != 'arch':