diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-29 15:55:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-29 15:55:18 +0000 |
| commit | 88816c72895b90f29083235cc0f111c893b15d93 (patch) | |
| tree | 9e6ca582dd065e5d0fb6eacb3ef5a9a6af9b9852 /cscript | |
| parent | 1f04a10aee553fa4552dd94b73f63ca502d08d0e (diff) | |
Add episode/promo content types.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -331,8 +331,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.6.5')) - deps.append(('libsub', 'v1.4.5')) + deps.append(('libdcp', 'v1.6.6')) + deps.append(('libsub', 'v1.4.6')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
