diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 22:12:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 22:12:47 +0000 |
| commit | dfd9eff80dfd6ea13ee509a2d127486bdf1d28a4 (patch) | |
| tree | 978797f74a7db7b96fdb5fc69174eb82148829ec /cscript | |
| parent | 81f361a0da4eef3ce83d003204042104d5555d39 (diff) | |
Fix libdcp dep version.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '938d9af', ffmpeg_options), - ('libdcp', '23cfe2a'), + ('libdcp', '40a74db'), ('libsub', 'cc93f49')) def configure_options(target): |
