summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-19 11:11:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-19 11:11:11 +0100
commit2669eabbf18a37e79f745865878aeb87bef369ee (patch)
tree488241356a962a92c103df491f81c2335b845afc /cscript
parente6dfbc05158cf643d507e6f7adf6e6cb84572b69 (diff)
Fix ffmpeg revision.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 417e4221c..fa4586cde 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('openjpeg-cdist', None),
- ('ffmpeg-cdist', 'bf3361f28066820e3d74de8f52bac784663813fa'),
+ ('ffmpeg-cdist', '35a110e4270b070146a84a827b10f75c5916e08a'),
('libdcp', 'v0.45'))
def build(env, target):