diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-11 14:49:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-11 14:49:31 +0000 |
| commit | 7a1d7cb18e77322ee2f5ced19fb47afc511c7629 (patch) | |
| tree | bb938c0e76b37e8e60bf5bb40db6225c743b05bd | |
| parent | 892afb6f591d0b79073ee0fee7d2c72a7674b51d (diff) | |
Bump libdcp for fix for #774.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -279,8 +279,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options), - ('libdcp', '3afe04f'), - ('libsub', '48e1315')) + ('libdcp', 'b9e6635'), + ('libsub', '2e52f11')) def configure_options(target): opt = '' |
