diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-12 23:15:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-12 23:15:47 +0000 |
| commit | 0a58950b7634a269fccc55a1bd0b9f61ff9f980a (patch) | |
| tree | fbe0febbce80b8a39357b551dd11806be440bf5d /cscript | |
| parent | bd9306d6ad1e227ac532028812aef34451911dce (diff) | |
Make DCP verification a little more verbose, and adapt for changes to libdcp.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -343,8 +343,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'c763ce1')) - deps.append(('libsub', '0e41143')) + deps.append(('libdcp', '7e4e6be')) + deps.append(('libsub', '432cd4d')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
