diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-28 19:16:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-28 19:16:02 +0100 |
| commit | 47ad2a48249e0e0d65d51f3659eefc9181885b37 (patch) | |
| tree | a2dbd0f685b85c521026f86d4863ac177f355b31 /cscript | |
| parent | 8bcca08d5a31c966615028ee473401550007c8d2 (diff) | |
Another libdcp build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', '5aba207'), + ('libdcp', 'eb772d2'), ('libsub', '3db5052')) def configure_options(target): |
