diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-25 20:28:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-25 20:28:26 +0100 |
| commit | 8ad1f8a1018be1e48c1293789353599065c6b884 (patch) | |
| tree | 68db1b9bb03a1549d2854f2d8e03e8cc90b9e9a5 | |
| parent | 4ae97038c492a261479dcc25ab4c207a0e8ea5c1 (diff) | |
Bump libdcp for new method that the fastvideo code needs.fastvideo2
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -432,8 +432,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.5')) - deps.append(('libsub', 'v1.6.5')) + deps.append(('libdcp', '7b717b5')) + deps.append(('libsub', '466adde')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
