summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-17 23:35:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-17 23:35:08 +0100
commitb5c373aeeafc5b0f095847e044fe066afb149e21 (patch)
tree5d5f4d16486e88c2fe5bf153f249894a6b114a89 /cscript
parent218dae42535a38ee9b5f92b831689c2b30156188 (diff)
Bump ffmpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1f14f2f77..19b3ba658 100644
--- a/cscript
+++ b/cscript
@@ -6,7 +6,7 @@ def dependencies(target):
if target.platform == 'windows':
return ()
else:
- return (('ffmpeg-cdist', '0d76267f36cbf01acd6a2a96ad2f7497a1843862'),
+ return (('ffmpeg-cdist', '61d7015f7c79f97e9af00bacedc856e195538a44'),
('libdcp', '7b8313c73082cc08b4dc42dc86d0c90a578993b1'))
def build(target):