summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-12 19:38:46 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-12 19:38:46 +0100
commita4293b3accf06cbd3127e9d5b9797d77145faee4 (patch)
treebb48a941183daa44dab3ba7c2d0e663f675f63c9 /cscript
parent67b997fb833c6e470852615c767fa2f9d333df2a (diff)
fixup! FIXME: Fix MainSoundConfiguration CPL tag with Atmos content.atmos
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4a8998d46..3f2c82c2b 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', '47eca1672334a9cf0f4b37de2f28a59b66403118', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.49', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.59'))
deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388'))
if target.platform != 'linux' or target.distro != 'arch':