summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-22 20:22:10 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-22 20:22:10 +0000
commit08f133789b963d860c59a654d8fa1507b5830b99 (patch)
tree11fa9688d9b8cd626a8e5406e3da6574f7bf10b4
parenta34d73cea333dcf8999721ffc2518b2671d3aaf7 (diff)
Bump ffmpeg for potential Windows 64 arch fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d08545973..c818229b5 100644
--- a/cscript
+++ b/cscript
@@ -310,7 +310,7 @@ def dependencies(target):
else:
ffmpeg_options = {}
- return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
+ return (('ffmpeg-cdist', 'a92889b', ffmpeg_options),
('libdcp', 'v1.5.5'),
('libsub', 'v1.3.5'),
('rtaudio-cdist', '739969e'))