summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-27 23:02:13 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-27 23:02:13 +0100
commit2495aa7fb0867609245664375dccd0234235102d (patch)
treec8e197930e1a9d6cc14ee21c857eb29d9367a53c /cscript
parent2405668769591b4f653c3e84813446f39df91545 (diff)
Another attempt to fix FFmpeg build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9d48045ec..14c6770a8 100644
--- a/cscript
+++ b/cscript
@@ -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'))