From: Carl Hetherington Date: Mon, 5 Aug 2013 15:02:17 +0000 (+0100) Subject: Updated ffmpeg-cdist revision with submodule address fix. X-Git-Tag: v2.0.48~1337^2~85 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=2289285f637c471d07923d7436ea55f3c9ee2a07;p=dcpomatic.git Updated ffmpeg-cdist revision with submodule address fix. --- 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):