diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-16 12:01:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-17 14:31:13 +0100 |
| commit | f9e654b05315cf15b3e2db43b32338b0fb6b1832 (patch) | |
| tree | ff5e3e22d737e825d9a4698746a5e69206b09190 /cscript | |
| parent | f235ed07f969e1b8b9d3d05082dcdd68ceae771e (diff) | |
Bump libdcp with debugging messages.laszlo
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
