summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-06 12:53:10 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-06 12:53:10 +0100
commitd316893518de15a8e02135784e7c6c5e76a98e93 (patch)
tree0edffb7ce9b0629fa89decc3032c2c424145775f /cscript
parentc5b3f363ed855a0f2c2cf36180b70a7b07311595 (diff)
Bump ffmpeg to remove libsoxr dependency.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2386015c0..da4f0b691 100644
--- a/cscript
+++ b/cscript
@@ -245,7 +245,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', 'b11c05f', ffmpeg_options),
+ return (('ffmpeg-cdist', '0e27b2b', ffmpeg_options),
('libdcp', 'v1.2.3'),
('libsub', 'v1.1.4'))