summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-16 12:01:47 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-17 14:31:13 +0100
commitf9e654b05315cf15b3e2db43b32338b0fb6b1832 (patch)
treeff5e3e22d737e825d9a4698746a5e69206b09190 /cscript
parentf235ed07f969e1b8b9d3d05082dcdd68ceae771e (diff)
Bump libdcp with debugging messages.laszlo
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 14b5aac41..a9f0eb2fa 100644
--- a/cscript
+++ b/cscript
@@ -325,8 +325,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.16'))
- deps.append(('libsub', 'v1.4.23'))
+ deps.append(('libdcp', 'v1.6.x-laszlo'))
+ deps.append(('libsub', 'v1.4.x-laszlo'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps