diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-27 23:02:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-27 23:02:13 +0100 |
| commit | 2495aa7fb0867609245664375dccd0234235102d (patch) | |
| tree | c8e197930e1a9d6cc14ee21c857eb29d9367a53c /cscript | |
| parent | 2405668769591b4f653c3e84813446f39df91545 (diff) | |
Another attempt to fix FFmpeg build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '4d803a9', ffmpeg_options), + return (('ffmpeg-cdist', 'b7bfe2f', ffmpeg_options), ('libdcp', 'f028e8a'), ('libsub', '3d8c3bc')) |
