summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-12 02:19:36 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-12 22:11:06 +0200
commite0935244e27bcc5e87588900e1010b291ee631bc (patch)
treeeca93803ded4395dc4bc0a53bff7cc75db111a59 /cscript
parent61a31803c519f74344c37c97a9df5fa11ef1dc6a (diff)
Only add fonts to assets when they are required.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a85cc7369..60c4a5128 100644
--- a/cscript
+++ b/cscript
@@ -479,7 +479,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.68'))
+ deps.append(('libdcp', 'v1.8.69'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))