summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-29 02:26:33 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-29 02:26:34 +0200
commit430825272e1a6cf266a184afe5acc0fa9811fff8 (patch)
treee2bdf7d8b441ae5818264c6b53675c40fba2055f /cscript
parent67f39ff3eebb5ac727324b12130ff9cc262e9ffa (diff)
Don't check sound assets in some tests.
When fiddling with MXF channel counts it makes a lot of tests fail that probably don't need to.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0f5daa308..d4fe2b106 100644
--- a/cscript
+++ b/cscript
@@ -506,7 +506,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '9f7980e15f14c0d5f6b59e53b9bf939e62df20c9'))
+ deps.append(('libdcp', '03609704034192ae157f6328024989eec58ac1c3'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))