summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-30 14:06:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-30 14:06:00 +0100
commitb81ca5ddf8b6e5a62c56b6b22b1fe1a16b862a6a (patch)
treeee81fb965df5ea6b03511476c032bdb50f24a784 /cscript
parent3630df3b6c5299ef8ced20b6f6e739633e329a53 (diff)
Fix ffmpeg-cdist version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a646b4bfb..332ffef0e 100644
--- a/cscript
+++ b/cscript
@@ -251,7 +251,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', 'e142a7b', ffmpeg_options),
+ return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
('libdcp', '4852a22'),
('libsub', 'b98c145'))