summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-24 23:49:32 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-24 23:49:32 +0200
commit3ff837180e0905653cefce0030c94d987f91a9e4 (patch)
treee42806254c3f2269e26fae05d0f0348b1cac3dfb /cscript
parentd2cdc85490d54db2579fced8ac3a751c08402113 (diff)
Verify that DCPs have 24-bit audio.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6f7399f55..3bb77e178 100644
--- a/cscript
+++ b/cscript
@@ -533,7 +533,7 @@ def make_spec(filename, version, target, options, requires=None):
print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
def dependencies(target, options):
- deps = [('libdcp', 'v1.9.7', {'c++17': target.platform == 'osx'})]
+ deps = [('libdcp', 'cc6a2fe7ee05718d549e72eb740d0eae290f8ecb', {'c++17': target.platform == 'osx'})]
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))