diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-12 19:38:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-12 19:38:46 +0100 |
| commit | a4293b3accf06cbd3127e9d5b9797d77145faee4 (patch) | |
| tree | bb48a941183daa44dab3ba7c2d0e663f675f63c9 /cscript | |
| parent | 67b997fb833c6e470852615c767fa2f9d333df2a (diff) | |
fixup! FIXME: Fix MainSoundConfiguration CPL tag with Atmos content.atmos
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
