diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-15 20:21:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-15 20:21:26 +0100 |
| commit | dc372ead4a3250e1725a7bb7bd06703363b5a1b3 (patch) | |
| tree | ae819f622aad19a1e94245afcf1cd1de1ea6be10 /cscript | |
| parent | eaa685e25b2243fbeb0b38549afe5ed7f28472b4 (diff) | |
Fix cscript libdcp dep.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options), - ('libdcp', '4b8c626'), + ('libdcp', 'v1.3.2'), ('libsub', 'b9fb00d')) def configure_options(target): |
