summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-16 22:09:07 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-16 22:09:07 +0100
commit07f3bf84aad2d2dc6e8047a0c46c2a9bc37ec1c5 (patch)
tree6233c02db8bc2a1baa31109d28b12fe47388fd7a /cscript
parent161ebdefe6a120705c883151600a8e1d395b5012 (diff)
Update ffmpeg to version with a required OS X build flag.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4ba4eadb9..47c71a335 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('openjpeg-cdist', None),
- ('ffmpeg-cdist', '7a23ec9c771184ab563cfe24ad9b427f38368961'),
+ ('ffmpeg-cdist', 'e17deeb6f6c4fe0d56bb151342b2afb82b1fcefb'),
('libdcp', 'v0.53'))
def build(env, target):