diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-25 16:50:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-25 16:50:45 +0100 |
| commit | e7e7035f800accbb09ac99aa26d15bff22588d0b (patch) | |
| tree | ccfa600cc7b5cae6cc08c7954d87aef70aa51352 | |
| parent | 306e2f021410d2184a3945b1e374b563104b3ea8 (diff) | |
Bump libdcp for fix to recognition of non-DCP MXFs.v2.13.152
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -351,8 +351,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.6.6')) - deps.append(('libsub', 'v1.4.6')) + deps.append(('libdcp', 'v1.6.7')) + deps.append(('libsub', 'v1.4.7')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps |
