summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-11 00:50:00 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-11 00:50:00 +0100
commit7bf671de50cc777022e72dfdc944e64915c5cb22 (patch)
tree11e0f4c859ccb1e1209c86dba303e9444c2cf963 /cscript
parentd628ed776e3ca94b154980e962b1c4a0a8f7540c (diff)
Bump ffmpeg for libx264 support.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 94a390666..b8112961d 100644
--- a/cscript
+++ b/cscript
@@ -284,7 +284,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', 'c7df8d5', ffmpeg_options),
+ return (('ffmpeg-cdist', 'd993f38', ffmpeg_options),
('libdcp', 'a3032f3'),
('libsub', 'a04f1d5'),
('rtaudio-cdist', None))