diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-23 01:59:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 23:37:48 +0200 |
| commit | f37c1e40dcd5186c5aee95a4b0e6607c1b0045e4 (patch) | |
| tree | d7048963c435262dac6c7af6044148ea15a42125 /cscript | |
| parent | 5c48efdde34ee11f135ea8b369d85d50d1410445 (diff) | |
Add a simple DCP editor.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -424,8 +424,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.16')) - deps.append(('libsub', 'v1.6.17')) + deps.append(('libdcp', 'c4c176e9d3bd72fe1746f22d7afb442ca72a72f2')) + deps.append(('libsub', '079cf6179c1a41284858feaf61c6e57384d72777')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
