diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-22 20:22:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-22 20:22:10 +0000 |
| commit | 08f133789b963d860c59a654d8fa1507b5830b99 (patch) | |
| tree | 11fa9688d9b8cd626a8e5406e3da6574f7bf10b4 | |
| parent | a34d73cea333dcf8999721ffc2518b2671d3aaf7 (diff) | |
Bump ffmpeg for potential Windows 64 arch fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |
