summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-05 16:02:17 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-05 16:02:17 +0100
commit2289285f637c471d07923d7436ea55f3c9ee2a07 (patch)
tree72529315d7209c0498ed91940dd84e662155ce02 /cscript
parente26396bf15a99a8dc9b17acf7756d7443cc56399 (diff)
Updated ffmpeg-cdist revision with submodule address fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6d7484ce4..65531f0f1 100644
--- a/cscript
+++ b/cscript
@@ -6,7 +6,7 @@ def dependencies(target):
if target.platform == 'windows':
return ()
else:
- return (('ffmpeg-cdist', '8f60a48995ae837c6e2f0f207b378e52f394e34a'),
+ return (('ffmpeg-cdist', '0d76267f36cbf01acd6a2a96ad2f7497a1843862'),
('libdcp', 'v0.70'))
def build(target):