diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-21 19:37:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-21 19:37:16 +0000 |
| commit | 546e9b703d0a792a75e2f5fffb064191c791d240 (patch) | |
| tree | bf010547d1d073f351c39527bc701c490fc509bf /cscript | |
| parent | cbdc27e678289a37eb97256cedf4647576a57646 (diff) | |
Fix recognition of MXF-wrapped subtitle content vs audio/video.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ def make_control(debian_version, bits, filename, debug): def dependencies(target): return (('ffmpeg-cdist', 'f69bb08'), - ('libdcp', '5b519d9'), + ('libdcp', 'a8d0450'), ('libsub', 'f66b11f')) def build(target, options): |
