diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-26 09:23:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-26 09:23:37 +0100 |
| commit | 88d966d9ebe2ee678c0cd884b724162d3df8f583 (patch) | |
| tree | 031350844285339b5887e329439e7e4502d58d7a /cscript | |
| parent | 8bb96dfd0cbca7460559b78d6c50fc0fda15ac71 (diff) | |
Remove specific libdcp/libsub dependencies for now.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -303,8 +303,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', '806e91a'), - ('libsub', '069ca80'), + ('libdcp', None), + ('libsub', None), ('rtaudio-cdist', '739969e')) def configure_options(target): |
