summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-30 12:50:51 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-30 12:50:51 +0100
commit3630df3b6c5299ef8ced20b6f6e739633e329a53 (patch)
tree8e7e6af3a024e215f88a290b752e6b5bf0dffec7 /cscript
parente142a7b2d9a6e7a6b71ddf83356258a5380b3faa (diff)
Bump ffmpeg for Fedora build fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 69bf6331d..a646b4bfb 100644
--- a/cscript
+++ b/cscript
@@ -251,7 +251,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '0e27b2b', ffmpeg_options),
+ return (('ffmpeg-cdist', 'e142a7b', ffmpeg_options),
('libdcp', '4852a22'),
('libsub', 'b98c145'))