summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-12-18 20:40:47 +0000
committerCarl Hetherington <cth@carlh.net>2018-12-18 20:40:47 +0000
commit602b4436b3be7d77a3435a491d641f412eabcc95 (patch)
tree1a5c98584c820835125cd61aa99dcf08b1abe791 /cscript
parent438aa086ba4c0be8f464ac903d23bcd0efff786b (diff)
Bump ffmpeg for Debian Unstable build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c818229b5..e33fa78cb 100644
--- a/cscript
+++ b/cscript
@@ -310,7 +310,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', 'a92889b', ffmpeg_options),
+ return (('ffmpeg-cdist', '4bd8d09', ffmpeg_options),
('libdcp', 'v1.5.5'),
('libsub', 'v1.3.5'),
('rtaudio-cdist', '739969e'))