summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-02 00:22:55 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-08 10:31:53 +0000
commit0e9cc320b18ae53e2bf0cc8fdb9984b58e33e0ec (patch)
treec3980e6941b806b14bf0c23ae127287c419f17b9 /cscript
parent61978a4f081a3c41896bf41185634778b7c1e9ce (diff)
Bump ffmpeg to master somewhere post 3.0.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2bb2b6c28..14a48811f 100644
--- a/cscript
+++ b/cscript
@@ -261,7 +261,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '96d67de', ffmpeg_options),
+ return (('ffmpeg-cdist', '1ebd1c8', ffmpeg_options),
('libdcp', 'v1.3.1'),
('libsub', 'v1.1.11'))