summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-30 21:29:20 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-30 21:29:20 +0100
commit80df3d1089235348a802128a47a0078c6a6cae85 (patch)
tree962aace3ea5b597289cb9a530feb4776800a35a4 /cscript
parent771ba62be4e59439bf1b8dd622502e51f6444145 (diff)
Bump ffmpeg for OS X build fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 14c6770a8..7f25420e3 100644
--- a/cscript
+++ b/cscript
@@ -236,7 +236,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', 'b7bfe2f', ffmpeg_options),
+ return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options),
('libdcp', 'f028e8a'),
('libsub', '3d8c3bc'))