diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-25 23:07:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-25 23:07:04 +0100 |
| commit | 1161745f28b64e29926c12f8b9f22f7bd97900f8 (patch) | |
| tree | 1932f8f40a30c74c03e000b2bf1081878529a9c7 /cscript | |
| parent | 154ed362f541b018b6aca2a76e2e94dbfffa9d87 (diff) | |
Fix thinko.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -303,10 +303,10 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), + return (('ffmpeg-cdist', 'a32ad80', ffmpeg_options), ('libdcp', None), ('libsub', None), - ('rtaudio-cdist', 'a32ad80')) + ('rtaudio-cdist', '739969e')) def configure_options(target): opt = '' |
