summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-02 00:32:38 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-08 10:32:09 +0000
commita2668dcfc484e5e2b158bd3b51b835a96660c8d8 (patch)
tree19cd6a0321ff8fc0f33b9998c90eb719b2df686d /cscript
parent0e9cc320b18ae53e2bf0cc8fdb9984b58e33e0ec (diff)
Bump ffmpeg for a missing file in the carl-dcpomatic-2 branch.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 14a48811f..511beb766 100644
--- a/cscript
+++ b/cscript
@@ -261,7 +261,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '1ebd1c8', ffmpeg_options),
+ return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
('libdcp', 'v1.3.1'),
('libsub', 'v1.1.11'))