summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-27 22:12:55 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-27 22:12:55 +0100
commit2405668769591b4f653c3e84813446f39df91545 (patch)
tree3e650e40b12a4a794b2970633004b3ab82f6954a /cscript
parente5ccfb7ec74aa8a25371a85c0a013a285884e41f (diff)
Bump ffmpeg for build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a752d797a..9d48045ec 100644
--- a/cscript
+++ b/cscript
@@ -236,7 +236,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '3544a35', ffmpeg_options),
+ return (('ffmpeg-cdist', '4d803a9', ffmpeg_options),
('libdcp', 'f028e8a'),
('libsub', '3d8c3bc'))